Pkcs12KeyGenerator.GetBytes Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9313)
GetBytes(Int32)
Returns a pseudo-random key from a password, salt and iteration count.
Declaration
public override byte[] GetBytes(int cb)Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | cb | The number of pseudo-random key bytes to generate. | 
Returns
| Type | Description | 
|---|---|
| Byte[] | A byte array filled with pseudo-random key bytes. |