4 references to EncryptionAlgorithm
System.ServiceModel (4)
System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
54encryptedHeaderXml.EncryptionMethod = this.EncryptionAlgorithm;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (3)
554encryptedData.EncryptionMethod = this.EncryptionAlgorithm; 635this.encryptingSymmetricAlgorithm = SecurityUtils.GetSymmetricAlgorithm(this.EncryptionAlgorithm, token); 639SR.GetString(SR.UnableToCreateSymmetricAlgorithmFromToken, this.EncryptionAlgorithm)));