C# Class Goedel.Cryptography.CryptoProviderHMACSHA2_512

Provider for HMAC SHA-2 512 bits.
Inheritance: CryptoProviderAuthentication
Show file Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
CryptoProviderHMACSHA2_512 ( ) : System

Constructor, algorithm takes no parameters.

Private Methods

Method Description
Factory ( int KeySize, CryptoAlgorithmID Ignore ) : CryptoProvider

Method Details

CryptoProviderHMACSHA2_512() public method

Constructor, algorithm takes no parameters.
public CryptoProviderHMACSHA2_512 ( ) : System
return System