Keeper SDK Class Library
C#
Show/Hide TOC
Keeper
Encryption
Aes
V
2Protector Constructor
Initializes a new instance on the
KeeperEncryptionAesV2Protector
class
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
KeeperEncryptionAesV2Protector
(
byte
[]
aesKey
)
Parameters
aesKey
Byte
32 bytes AES GCM encryption key.
See Also
Reference
KeeperEncryptionAesV2Protector Class
KeeperSecurity.Configuration Namespace
In This Article
Definition
See Also