Click or drag to resize

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
C#
byte[] Unprotect(
	byte[] cipherData
)

Parameters

cipherData
Type: SystemByte
The protected data to unprotect.

Return Value

Type: Byte
The plaintext form of the protected data.
See Also