Click or drag to resize

IDataProtectionApiUnprotect Method (String)

Cryptographically unprotects a piece of cipher text.

Namespace:  Casewhere.Runtime.DSL.Api
Assembly:  Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax
C#
string Unprotect(
	string cipherText
)

Parameters

cipherText
Type: SystemString
The cipher text to unprotect.

Return Value

Type: String
The plaintext form of the cipher text.
See Also