Keeper SDK Class Library
C#
Show/Hide TOC
IConfiguration
Protection Interface
Defines the methods for protecting sensitive storage information.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
Copy
public
interface
IConfigurationProtection
Methods
Clarify
Decrypts previously encrypted text.
Obscure
Encrypts / Obfuscates text.
See Also
Reference
KeeperSecurity.Configuration Namespace
KeeperEncryptionAesV2Protector
In This Article
Definition
Methods
See Also