Click or drag to resize

KeeperEncryptionAesV2Protector Class

Provides IConfigurationProtection implementation that uses AES GCM encryption.
Inheritance Hierarchy
SystemObject
  KeeperSecurity.ConfigurationKeeperEncryptionAesV2Protector

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class KeeperEncryptionAesV2Protector : IConfigurationProtection

The KeeperEncryptionAesV2Protector type exposes the following members.

Constructors
 NameDescription
Public methodKeeperEncryptionAesV2Protector Initializes a new instance on the KeeperEncryptionAesV2Protector class
Top
Methods
 NameDescription
Public methodClarify Decrypts previously encrypted text.
Public methodObscure Encrypts / Obfuscates text.
Top
See Also