Click or drag to resize

KeeperEncryptionAesV2ProtectorClarify Method

Decrypts previously encrypted text.

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

Parameters

data  String
Encrypted text

Return Value

String
Plain text.

Implements

IConfigurationProtectionClarify(String)
See Also