KeeperEncryptionAesV2ProtectorClarify Method

Decrypts previously encrypted text.

Definition

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

Parameters

data  String
Encrypted text

Return Value

String
Plain text.

Implements

IConfigurationProtectionClarify(String)

See Also