IConfigurationProtection Interface

Defines the methods for protecting sensitive storage information.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IConfigurationProtection

Methods

Clarify Decrypts previously encrypted text.
Obscure Encrypts / Obfuscates text.

See Also