Keeper SDK Class Library
C#
Show/Hide TOC
Keeper
Encryption
Aes
V
2Protector Class
Provides
IConfigurationProtection
implementation that uses AES GCM encryption.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
class
KeeperEncryptionAesV2Protector
:
IConfigurationProtection
Inheritance
Object
KeeperEncryptionAesV2Protector
Implements
IConfigurationProtection
Constructors
KeeperEncryptionAesV2Protector
Initializes a new instance on the
KeeperEncryptionAesV2Protector
class
Methods
Clarify
Decrypts previously encrypted text.
Obscure
Encrypts / Obfuscates text.
See Also
Reference
KeeperSecurity.Configuration Namespace
IConfigurationProtection
In This Article
Definition
Constructors
Methods
See Also