IDataProtectionApiUnprotect(String) Method

Cryptographically unprotects a piece of cipher text.

Definition

Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
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