IConfigurationProtectionObscure Method

Encrypts / Obfuscates text.

Definition

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

Parameters

data  String
Plain test

Return Value

String
Encrypted text.

See Also