Click or drag to resize

IConfigurationProtectionClarify Method

Decrypts previously encrypted text.

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
string Clarify(
	string data
)

Parameters

data  String
Encrypted text

Return Value

String
Plain text.
See Also