CryptoSys API Library Manual

Hash.BytesFromBytes Method

Computes hash value in byte format of byte input

Syntax

[C#]
public static byte[] BytesFromBytes(
	byte[] message,
	HashAlgorithm hashAlg
)
[VB.NET]
Public Shared Function BytesFromBytes ( _
	message As Byte(), _
	hashAlg As HashAlgorithm _
) As Byte()

Parameters

message
Message data in byte format
hashAlg
Type: HashAlgorithm
Hash algorithm to be used

Return Value

Message digest in byte format

See Also

VB6/C equivalent: HASH_Bytes

[Contents] [Index]

[PREV: Hash.AddData Method (String)...]   [Contents]   [Index]   
   [NEXT: Hash.BytesFromFile Method...]

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