Performs a one way hash on the string sent in

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

Syntax

C#
public string Hash(
	string clear
)
Visual Basic (Declaration)
Public Function Hash ( _
	clear As String _
) As String
Visual C++
public:
String^ Hash(
	String^ clear
)

Parameters

clear
Type: System..::.String
The unencrypted string to hash

Return Value

The hashed string or the emptry string if an error occurs

See Also