Click or drag to resize
Galactic API

SHA256VerifyHash Method

Verify a hash against a string.

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static bool VerifyHash(
	string input,
	string hash
)

Parameters

input
Type: SystemString
The input string to verify.
hash
Type: SystemString
The hash to verify against.

Return Value

Type: Boolean
True if the input string matches the hash.
See Also