Creates a hash from a string.
[Visual Basic]Public Function CreateHash( _
ByVal
originalString As
String _
) As
String Parameters
- originalString
- the string to be hashed.
Return Value
the resulting hashed string.
See Also
Hash Class | Duis.Cryptography Namespace