CryptoSys API Library Manual

Hash.LengthInBytes Method

Returns the number of bytes in the message digest for the given hash algorithm.

Syntax

[C#]
public static int LengthInBytes(
	HashAlgorithm hashAlg
)
[VB.NET]
Public Shared Function LengthInBytes ( _
	hashAlg As HashAlgorithm _
) As Integer

Parameters

hashAlg
Type: HashAlgorithm
Hash algorithm

Return Value

The length in bytes of the message digest output.

See Also

VB6/C equivalent: HASH_DigestLength

[Contents] [Index]

[PREV: Hash.Instance Method...]   [Contents]   [Index]   
   [NEXT: Hash.Reset Method...]

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