Click or drag to resize

RijndaelEncryptString Method

Returns encrypted string.

Namespace:  TreeksLicensingLibrary2
Assembly:  TreeksLicensingLibrary2 (in TreeksLicensingLibrary2.dll) Version: 2.1.8318.42066 (2.1.0.0)
Syntax
public string EncryptString(
	string PlainText,
	string PassPhrase
)

Parameters

PlainText
Type: SystemString
Plain-text to be encrypted
PassPhrase
Type: SystemString
Encryption password

Return Value

Type: String
Returns encryption result as Base-64 string.
Remarks