1 write to Encryption
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
139
rst.
Encryption
= new SecurityTokenElement(WSTrustSerializationHelper.ReadInnerXml(reader), context.SecurityTokenHandlers);
3 references to Encryption
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
142
if (rst.
Encryption
== null)
843
if (rst.
Encryption
!= null)
845
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.Encryption, rst.
Encryption
, rst, context);