CryptoSys API Library Manual

Sha1.HexHash Method (String)

Creates message digest in hex format from message in Ansi string

Syntax

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

Parameters

message
Message text to be digested

Return Value

Digest in hex format

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: SHA1_StringHexHash

[Contents] [Index]

[HOME]   [NEXT: Sha1.Hmac Method (Byte, Byte)...]

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