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