Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Configuration
KeeperEncryptionAesV2Protector Class
KeeperEncryptionAesV2Protector Methods
Clarify Method
Obscure Method
Keeper
Encryption
Aes
V
2Protector
Obscure Method
Encrypts / Obfuscates text.
Namespace:
KeeperSecurity.Configuration
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
string
Obscure
(
string
data
)
Parameters
data
String
Plain test
Return Value
String
Encrypted text.
Implements
IConfigurationProtection
Obscure(String)
See Also
Reference
KeeperEncryptionAesV2Protector Class
KeeperSecurity.Configuration Namespace