1 write to EncryptionMethod
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
54
encryptedHeaderXml.
EncryptionMethod
= this.EncryptionAlgorithm;
1 reference to EncryptionMethod
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotOneReceiveSecurityHeader.cs (1)
53
using (SymmetricAlgorithm algorithm = CreateDecryptionAlgorithm(token, headerXml.
EncryptionMethod
, this.AlgorithmSuite))