1 write to decryptedBuffer
System.ServiceModel (1)
System\ServiceModel\Security\EncryptedData.cs (1)
64
this.
decryptedBuffer
= CryptoHelper.ExtractIVAndDecrypt(this.algorithm, this.cipherText, 0, this.cipherText.Length);
1 reference to decryptedBuffer
System.ServiceModel (1)
System\ServiceModel\Security\EncryptedData.cs (1)
49
return this.
decryptedBuffer
;