5 references to Forwardable
System.IdentityModel (5)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (5)
480if (reader.IsStartElement(trustConstants.Elements.Forwardable, trustConstants.NamespaceURI)) 855requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Forwardable, rst.Forwardable.Value, rst, context); 1218if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.Forwardable)) 1222throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument("elementValue", SR.GetString(SR.ID3222, trustConstants.Elements.Forwardable, trustConstants.NamespaceURI, typeof(bool), elementValue)); 1225writer.WriteStartElement(trustConstants.Elements.Forwardable, trustConstants.NamespaceURI);