Security..::..Encrypt Method

Encrypt data with custom string

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public string Encrypt(
	string clearText,
	string encryptionKey
)

Parameters

clearText
Type: String
cerate text
encryptionKey
Type: String
The encryption key.

Return Value

Decrypt string