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