Click or drag to resize

IDataProtectionApiUnprotect(Byte) Method

Cryptographically unprotects a piece of cipher data.

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntax
C#
byte[] Unprotect(
	byte[] cipherData
)

Parameters

cipherData  Byte
The protected data to unprotect.

Return Value

Byte
The plaintext form of the protected data.
See Also