4 references to ProofEncryption
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
120
if (reader.IsStartElement(trustConstants.Elements.
ProofEncryption
, trustConstants.NamespaceURI))
840
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.
ProofEncryption
, rst.ProofEncryption, rst, context);
1180
if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.
ProofEncryption
))
1184
writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.
ProofEncryption
, trustConstants.NamespaceURI);