Encryption.GetChecksumFromFile

Creates an SHA256 or MD5 checksum of a file

public static string GetChecksumFromFile(string file,
	string mode)

Return Value

A binhex string

Parameters

file

mode
SHA256,SHA512,MD5


See also:

Class Encryption

© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic