C# Class Goedel.Cryptography.CryptoProviderAuthentication

Provider for bulk authentication algorithms (e.g. HMAC-SHA256).
Inheritance: CryptoProviderDigest
Show file Open project: hallambaker/Mathematical-Mesh

Protected Methods

Method Description
CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System

Initializes an instance of the hash provider with the specified implementation.

Method Details

CryptoProviderAuthentication() protected method

Initializes an instance of the hash provider with the specified implementation.
protected CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System
HashAlgorithm System.Security.Cryptography.HashAlgorithm
return System