IData Protection ApiUnprotect(Byte) Method
Cryptographically unprotects a piece of cipher data.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
The plaintext form of the protected data.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
byte[] Unprotect(
byte[] cipherData
)Parameters
- cipherData Byte
- The protected data to unprotect.
Return Value
ByteThe plaintext form of the protected data.