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