Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Configuration
KeeperEncryptionAesV2Protector Class
KeeperEncryptionAesV2Protector Methods
Clarify Method
Obscure Method
Keeper
Encryption
Aes
V
2Protector
Clarify Method
Decrypts previously encrypted text.
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
string
Clarify
(
string
data
)
Parameters
data
String
Encrypted text
Return Value
String
Plain text.
Implements
IConfigurationProtection
Clarify(String)
See Also
Reference
KeeperEncryptionAesV2Protector Class
KeeperSecurity.Configuration Namespace