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