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