HashAlgorithm Constructor

Definition

Initializes a new instance of the HashAlgorithm class.

protected:
 HashAlgorithm();
protected HashAlgorithm ();
Protected Sub New ()

Remarks

You cannot create an instance of an abstract class. Application code creates a new instance of a derived class.

Applies to