Derives an initialization vector (of BlockSize length) using the specified generator.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub DeriveIV ( _ generator As DeriveBytes _ ) | 
| C# | 
|---|
| public void DeriveIV( DeriveBytes generator ) | 
Parameters
- generator
- Type: Rebex.Security.Cryptography..::..DeriveBytes
 Generator algorithm.
 
     
     
     
     
    