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