Click or drag to resize

IDataProtectionApiProtect Method (String)

Cryptographically protects a piece of plaintext data.

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

Parameters

plainText
Type: SystemString
The plaintext to protect.

Return Value

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