C# Class WebApplications.Utilities.Cryptography.KeyedHashingCryptographyProvider

Base class for all hashing cryptographic providers that have a key.
Inheritance: HashingCryptographyProvider
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes protégées

Méthode Description
KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System

Initializes a new instance of the HashingCryptographyProvider class.

Private Methods

Méthode Description
Create ( [ name, [ algorithm, [ configurationElement = null ) : KeyedHashingCryptographyProvider
GetAlgorithm ( ) : HashAlgorithm

Method Details

KeyedHashingCryptographyProvider() protected méthode

Initializes a new instance of the HashingCryptographyProvider class.
protected KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System
name [ The name.
configuration [ The configuration.
keyBytes [ The key bytes.
Résultat System