IDataProtectionApi.Unprotect(String) Method
|
Cryptographically unprotects a piece of cipher text.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxstring Unprotect(
string cipherText
)
Parameters
- cipherText String
- The cipher text to unprotect.
Return Value
StringThe plaintext form of the cipher text.
See Also