IDataProtectionApiUnprotect Method (String)
|
Cryptographically unprotects a piece of cipher text.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax string Unprotect(
string cipherText
)
Parameters
- cipherText
- Type: SystemString
The cipher text to unprotect.
Return Value
Type:
StringThe plaintext form of the cipher text.
See Also