CryptoSys API Library Manual

Sha1.FileHexHash Method

Creates hash digest of a binary file

Syntax

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

Parameters

fileName
Name of input file

Return Value

Message digest in hex format

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: SHA1_FileHexHash

[Contents] [Index]

[HOME]   [NEXT: Sha1.FileTextHexHash Method...]

Copyright © 2001-11 D.I. Management Services Pty Ltd. All rights reserved.