| SHA256GetHash Method |
Hash in input string and return the hash as a 32 character hexadecimal string.
Namespace:
Galactic.Cryptography
Assembly:
Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public static string GetHash(
string input
)
Public Shared Function GetHash (
input As String
) As String
public:
static String^ GetHash(
String^ input
)
static member GetHash :
input : string -> string
Parameters
- input
- Type: SystemString
String to create the hash of.
Return Value
Type:
StringThe hash of the string.
See Also