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