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