4 references to OnBehalfOf
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
291if (reader.IsStartElement(trustConstants.Elements.OnBehalfOf, trustConstants.NamespaceURI)) 785requestSerializer.WriteXmlElement(writer, trustConstants.Elements.OnBehalfOf, rst.OnBehalfOf, rst, context); 1055if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.OnBehalfOf)) 1057writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.OnBehalfOf, trustConstants.NamespaceURI);