IDataProtectionApiUnprotect(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
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