GenerateKey Method
Definition
- Namespace
- Cuemon.Security.Cryptography
- Assemblies
- Cuemon.Security.Cryptography.dll
GenerateKey(Action<AesKeyOptions>)
Generates a secret key from the options defined in setup.
public static byte[] GenerateKey(Action<AesKeyOptions> setup = null)
Parameters
setupAction<AesKeyOptions>The AesKeyOptions which may be configured.
Returns
- byte[]
A secret key from the options defined in
setup.