Click or drag to resize

FileHashIsValid Method

Overload List
 NameDescription
Public methodIsValid(Stream, Byte) Checks if the hash for specified stream has correct value.
Public methodIsValid(Stream, String) Checks if the hash for specified stream has correct value.
Public methodIsValid(String, Byte) Checks if the hash for specified file has correct value.
Public methodIsValid(String, String) Checks if the hash for specified file has correct value.
Public methodIsValid(Stream, Int32, Byte) Checks if the hash for specified stream has correct value.
Public methodIsValid(Stream, Int32, String) Checks if the hash for specified stream has correct value.
Public methodIsValid(String, Int32, Byte) Checks if the hash for specified file has correct value.
Public methodIsValid(String, Int32, String) Checks if the hash for specified file has correct value.
Top
See Also