IDataProtectionApiUnprotect(Byte) Method
|
Cryptographically unprotects a piece of cipher data.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbyte[] Unprotect(
byte[] cipherData
)
Parameters
- cipherData Byte
- The protected data to unprotect.
Return Value
ByteThe plaintext form of the protected data.
See Also