IData Protection ApiProtect(String) Method
Cryptographically protects a piece of plaintext data.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The cipher text of the plaintext.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
string Protect(
string plainText
)Parameters
- plainText String
- The plaintext to protect.
Return Value
StringThe cipher text of the plaintext.