Sets the current initialization vector to the specified value.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub SetIV ( _ iv As Byte() _ ) | 
| C# | 
|---|
| public void SetIV( byte[] iv ) | 
Parameters
- iv
- Type: array<System..::..Byte>[]()[][]
 Initialization vector.
 
     
     
     
     
    