C# Class Goedel.Cryptography.CryptoProviderHMACSHA2_256

Provider for HMAC SHA-2 256 bits.
Inheritance: CryptoProviderAuthentication
ファイルを表示 Open project: hallambaker/Mathematical-Mesh

Public Methods

Method Description
CryptoProviderHMACSHA2_256 ( ) : System

Constructor, algorithm takes no parameters.

Private Methods

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

Method Details

CryptoProviderHMACSHA2_256() public method

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