PaymentGatewayLibrary

Hash.CreateHash Method 

Creates a hash from a string.

[Visual Basic]
Public Function CreateHash( _
   ByVal originalString As String _
) As String
[C#]
public string CreateHash(
   string originalString
);

Parameters

originalString
the string to be hashed.

Return Value

the resulting hashed string.

See Also

Hash Class | Duis.Cryptography Namespace