System.Security.Cryptography.KeyedHashAlgorithm Members

The members of System.Security.Cryptography.KeyedHashAlgorithm are listed below.

See Also: Inherited members from System.Security.Cryptography.HashAlgorithm

Protected Constructors

Initializes a new instance of the System.Security.Cryptography.KeyedHashAlgorithm class.

Protected Fields

KeyValuebyte[].

The key to use in the hash algorithm.

Public Properties

Keybyte[].

Gets or sets the key to use in the hash algorithm.

Public Methods

static
Create() : KeyedHashAlgorithm

Creates an instance of the default implementation of a keyed hash algorithm.

static
Create(string) : KeyedHashAlgorithm

Creates an instance of the specified implementation of a keyed hash algorithm.

Finalize()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Security.Cryptography.KeyedHashAlgorithm and optionally releases the managed resources.