Returns a pseudo-random key from a password, salt and iteration count.
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overrides Function GetBytes ( _ cb As Integer _ ) As Byte() | 
| C# | 
|---|
| public override byte[] GetBytes( int cb ) | 
Parameters
- cb
- Type: System..::..Int32
 The number of pseudo-random key bytes to generate.
 
     
     
     
     
    