Click or drag to resize

KeeperEncryptionAesV2ProtectorObscure Method

Encrypts / Obfuscates text.

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

Parameters

data  String
Plain test

Return Value

String
Encrypted text.

Implements

IConfigurationProtectionObscure(String)
See Also