CryptoSys API Library Manual

Sha1.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: SHA1_BytesHash

[Contents] [Index]

[PREV: Sha1.AddData Method (String)...]   [Contents]   [Index]   
   [NEXT: Sha1.Dispose Method...]

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