C# Class Goedel.Cryptography.CryptoProviderAuthentication

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

Méthodes protégées

Méthode Description
CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System

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

Method Details

CryptoProviderAuthentication() protected méthode

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