2 writes to algorithm
System.ServiceModel (2)
System\ServiceModel\Security\EncryptedData.cs (2)
78this.algorithm = algorithm; 92this.algorithm = algorithm;
2 references to algorithm
System.ServiceModel (2)
System\ServiceModel\Security\EncryptedData.cs (2)
41CryptoHelper.GenerateIVAndEncrypt(this.algorithm, this.buffer, out this.iv, out this.cipherText); 64this.decryptedBuffer = CryptoHelper.ExtractIVAndDecrypt(this.algorithm, this.cipherText, 0, this.cipherText.Length);