1 write to ProofEncryption
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
124
rst.
ProofEncryption
= new SecurityTokenElement(WSTrustSerializationHelper.ReadInnerXml(reader), context.SecurityTokenHandlers);
6 references to ProofEncryption
System.IdentityModel (6)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
127
if (rst.
ProofEncryption
== null)
838
if (rst.
ProofEncryption
!= null)
840
requestSerializer.WriteXmlElement(writer, trustConstants.Elements.ProofEncryption, rst.
ProofEncryption
, rst, context);
System\IdentityModel\SecurityTokenService.cs (3)
431
if (request.
ProofEncryption
== null)
436
X509SecurityToken x509SecurityToken = request.
ProofEncryption
.GetSecurityToken() as X509SecurityToken;
442
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new RequestFailedException(SR.GetString(SR.ID2084, request.
ProofEncryption
.GetSecurityToken())));