IData Protection ApiUnprotect(String) Method
Cryptographically unprotects a piece of cipher text.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The plaintext form of the cipher text.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
string Unprotect(
string cipherText
)Parameters
- cipherText String
- The cipher text to unprotect.
Return Value
StringThe plaintext form of the cipher text.