Click or drag to resize

CryptoUtilsGenerateEncryptionKey Method

Generate AES encryption key. Random 32 bytes.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static byte[] GenerateEncryptionKey()

Return Value

Byte
AES encryption key. 32 random bytes.
See Also