C# Класс Goedel.Cryptography.CryptoProviderAuthentication

Provider for bulk authentication algorithms (e.g. HMAC-SHA256).
Наследование: CryptoProviderDigest
Показать файл Открыть проект

Защищенные методы

Метод Описание
CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System

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

Описание методов

CryptoProviderAuthentication() защищенный Метод

Initializes an instance of the hash provider with the specified implementation.
protected CryptoProviderAuthentication ( HashAlgorithm HashAlgorithm ) : System
HashAlgorithm System.Security.Cryptography.HashAlgorithm
Результат System