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-2020 • Updated: 07/15/20
Comment or report problem with topic