Delegate CryptoProvider.RandomProvider
The delegate must provide the correct number of bytes.
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
public delegate byte[] RandomProvider(int count);
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | count | The number of random bytes to generate. |
Returns
| Type | Description |
|---|---|
| Byte[] | A new array of random bytes. |