C# Класс WebApplications.Utilities.Cryptography.KeyedHashingCryptographyProvider

Base class for all hashing cryptographic providers that have a key.
Наследование: HashingCryptographyProvider
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System

Initializes a new instance of the HashingCryptographyProvider class.

Приватные методы

Метод Описание
Create ( [ name, [ algorithm, [ configurationElement = null ) : KeyedHashingCryptographyProvider
GetAlgorithm ( ) : HashAlgorithm

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

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

Initializes a new instance of the HashingCryptographyProvider class.
protected KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System
name [ The name.
configuration [ The configuration.
keyBytes [ The key bytes.
Результат System