GeneratePDBKDFKey
Generates an encoded encryption key using the specified algorithm and key size
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The algorithm to use for generating the key. The default is AES. Example values are: AES, DES, DESede, Blowfish, HmacSHA1, HmacSHA256, HmacSHA384, HmacSHA512 |
|
|
|
| The optional size of the key to generate. If not provided the default key size for the algorithm will be used |
Examples
Related
Last updated