ISecurity..::..Decrypt Method

Decrypt data with custom string

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

Syntax


string Decrypt(
	string encryptedText,
	string encryptionKey
)

Parameters

encryptedText
Type: String
The encrypted text.
encryptionKey
Type: String
The encryption key.

Return Value

Encrypt string