Click or drag to resize

IConfigurationProtection Interface

Defines the methods for protecting sensitive storage information.

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

The IConfigurationProtection type exposes the following members.

Methods
 NameDescription
Public methodClarify Decrypts previously encrypted text.
Public methodObscure Encrypts / Obfuscates text.
Top
See Also