Click or drag to resize

KeeperEncryptionAesV2Protector Constructor

Initializes a new instance on the KeeperEncryptionAesV2Protector class

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public KeeperEncryptionAesV2Protector(
	byte[] aesKey
)

Parameters

aesKey  Byte
32 bytes AES GCM encryption key.
See Also