{CompanyName} FlexyGo

Encryption..::..DeCrypt Method (String, String)

Decrypts the specified a data.

Namespace:  FLEXYGO.Utilities.Cryptography
Assembly:  flxEncryption (in flxEncryption.dll)

Syntax


public string DeCrypt(
	string aData,
	string aKey
)
Public Function DeCrypt ( _
	aData As String, _
	aKey As String _
) As String

Parameters

aData
Type: String
Data string.
aKey
Type: String
Encryption key.

Return Value

System.String.

Exceptions


ExceptionCondition
ExceptionThere was an Encryption error