IDataProtectionApiProtect Method (String)
|
Cryptographically protects a piece of plaintext data.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax string Protect(
string plainText
)
Parameters
- plainText
- Type: SystemString
The plaintext to protect.
Return Value
Type:
StringThe cipher text of the plaintext.
See Also