SymmetricKeyAlgorithm.SetIV Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
SetIV(Byte[])
Sets the current initialization vector to the specified value.
Declaration
public void SetIV(byte[] iv)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | iv | Initialization vector. |