CryptoSys API Library Manual

Hash.HexFromFile Method

Computes hash value in hex format of a binary file

Syntax

[C#]
public static string HexFromFile(
	string fileName,
	HashAlgorithm hashAlg
)
[VB.NET]
Public Shared Function HexFromFile ( _
	fileName As String, _
	hashAlg As HashAlgorithm _
) As String

Parameters

fileName
Name of file containing message data
hashAlg
Type: HashAlgorithm
Hash algorithm to be used (ASCON-HASH not supported in file mode)

Return Value

Message digest in hex-encoded format

See Also

VB6/C equivalent: HASH_HexFromFile

[Contents] [Index]

[PREV: Hash.HexFromBytes Method...]   [Contents]   [Index]   
   [NEXT: Hash.HexFromHex Method...]

Copyright © 2001-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-01-07T07:42:00Z.