IConfigurationProtectionClarify Method

Decrypts previously encrypted text.

Definition

Namespace: KeeperSecurity.Configuration
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
string Clarify(
	string data
)

Parameters

data  String
Encrypted text

Return Value

String
Plain text.

See Also