CryptoSys API Library Manual

Sha256.FileTextHexHash Method

Creates hash digest of a "text" file treating CR-LF pairs as a single newline char

Syntax

[C#]
public static string FileTextHexHash(
	string fileName
)
[VB.NET]
Public Shared Function FileTextHexHash ( _
	fileName As String _
) As String

Parameters

fileName
Name of input file

Return Value

Message digest in hex format

Remarks

Use when comparing text data on a Unix system

See Also

VB6/C equivalent: SHA2_FileHexHash

[Contents] [Index]

[PREV: Sha256.FileHexHash Method...]   [Contents]   [Index]   
   [NEXT: Sha256.HexDigest Method...]

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