KeyedHashAlgorithm Constructor

Definition

Initializes a new instance of the KeyedHashAlgorithm class.

protected:
 KeyedHashAlgorithm();
protected KeyedHashAlgorithm ();
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

See also