1 write to iv
System.ServiceModel (1)
System\ServiceModel\Security\EncryptedData.cs (1)
41CryptoHelper.GenerateIVAndEncrypt(this.algorithm, this.buffer, out this.iv, out this.cipherText);
2 references to iv
System.ServiceModel (2)
System\ServiceModel\Security\EncryptedData.cs (2)
99writer.WriteBase64(this.iv, 0, this.iv.Length);