Click or drag to resize

IDataProtectionApiProtect(String) Method

Cryptographically protects a piece of plaintext data.

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

Parameters

plainText  String
The plaintext to protect.

Return Value

String
The cipher text of the plaintext.
See Also