Click or drag to resize

IDataProtectionApi.Unprotect(String) Method

Cryptographically unprotects a piece of cipher text.

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

Parameters

cipherText  String
The cipher text to unprotect.

Return Value

String
The plaintext form of the cipher text.
See Also