CryptoSys PKI Pro Manual

Hash.HexFromTextFile Method

Create hash digest in hex format of a text file, treating CR-LF (0x13, 0x10) pairs as a single LF (0x10).

Syntax

[C#]
public static string HexFromTextFile(
   string fileName,
   HashAlgorithm hashAlg 
)
[VB]
Public Shared Function HexFromTextFile (
   fileName As String,
   hashAlg As HashAlgorithm 
) As String

Parameters

fileName  String
Name of file containing message data
hashAlg  HashAlgorithm
Hash algorithm to be used

Return Value

String
Message digest in hex format

Remarks

This should give the same message digest of a text file on both Unix and Windows systems.

See Also

VB6/C equivalent: HASH_HexFromFile

[Contents] [Index]

[PREV: Hash.HexFromString Method...]   [Contents]   [Index]   
   [NEXT: Hash.Length Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.