Keeper SDK Class Library
C#
Show/Hide TOC
Keeper
Encryption
Aes
V
2Protector
Clarify Method
Decrypts previously encrypted text.
Definition
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
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
In This Article
Definition
Parameters
Return Value
Implements
See Also