CryptoSys API Library Manual

Sha256.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

See Also

VB6/C equivalent: SHA2_BytesHash

[Contents] [Index]

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

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