System.Security.Cryptography.HMACSHA1 Members

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

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

Public Constructors

Initializes a new instance of the System.Security.Cryptography.HMACSHA1 class with a randomly generated key.

Initializes a new instance of the System.Security.Cryptography.HMACSHA1 class with the specified key data.

Initializes a new instance of the System.Security.Cryptography.HMACSHA1 class with the specified key data and a value that specifies whether to use the managed version of the SHA1 algorithm.

Public Properties

HashNamestring. Documentation for this section has not yet been entered.
override
Keybyte[]. Documentation for this section has not yet been entered.

Public Methods

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

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.
override
HashCore(byte[], int, int)
Documentation for this section has not yet been entered.
override
HashFinal() : byte[]
Documentation for this section has not yet been entered.