Constructors: NewCryptoAPIHash

NewCryptoAPIHash

Creates a new CryptoAPIHash object.



 Public Function NewCryptoAPIHash(
	  ByVal HashAlg As Long,
	  ByVal HashSize As Long ) As CryptoAPIHash

Parameters

HashAlg
[ByVal] Long. The algorithm of the hash to be used.
HashSize
[ByVal] Long. The size of the hash output.

Return Values

CryptoAPIHash -  A new CryptoAPIHash object.

Remarks

A CryptoAPIHash object is an implementation of the IHashAlgorithm callback that uses the CryptoAPI hash routines.

See Also

Project CorLib Overview

Class Constructors Overview

CryptoAPIHash