Decrypts the string sent in

Namespace: Asi.iBO
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string Decrypt(
	string encrypted
)
Visual Basic
Public Function Decrypt ( _
	encrypted As String _
) As String
Visual C++
public:
String^ Decrypt(
	String^ encrypted
)

Parameters

encrypted
Type: System..::..String
The encrypted string to decrypt

Return Value

The decrypted string or the emptry string if an error occurs

See Also