CryptoSys API Library Manual

Md5.BytesHash Method

Creates message digest as array of bytes from message in byte array

Syntax

[C#]
public static byte[] BytesHash(
	byte[] message
)
[VB.NET]
Public Shared Function BytesHash ( _
	message As Byte() _
) As Byte()

Parameters

message
Message data to be digested

Return Value

Digest in array of bytes

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: MD5_BytesHash

[Contents] [Index]

[HOME]   [NEXT: Md5.Dispose Method...]

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