IDataProtectionApiProtect(String) Method

Cryptographically protects a piece of plaintext data.

Definition

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

Parameters

plainText  String
The plaintext to protect.

Return Value

String
The cipher text of the plaintext.

See Also