3 references to Reason
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
2177
if (reader.IsStartElement(trustConstants.Elements.
Reason
, trustConstants.NamespaceURI))
2179
reason = reader.ReadElementContentAsString(trustConstants.Elements.
Reason
, trustConstants.NamespaceURI);
2333
writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.
Reason
, trustConstants.NamespaceURI);