4 references to Encryption
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (4)
135
if (reader.IsStartElement(trustConstants.Elements.
Encryption
, trustConstants.NamespaceURI))
845
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.
Encryption
, rst.Encryption, rst, context);
1161
if (StringComparer.Ordinal.Equals(elementName, trustConstants.Elements.
Encryption
))
1165
writer.WriteStartElement(trustConstants.Prefix, trustConstants.Elements.
Encryption
, trustConstants.NamespaceURI);