C# Class WebApplications.Utilities.Cryptography.KeyedHashingCryptographyProvider

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

Protected Methods

Method Description
KeyedHashingCryptographyProvider ( [ name, [ configuration, [ keyBytes ) : System

Initializes a new instance of the HashingCryptographyProvider class.

Private Methods

Method Description
Create ( [ name, [ algorithm, [ configurationElement = null ) : KeyedHashingCryptographyProvider
GetAlgorithm ( ) : HashAlgorithm

Method Details

KeyedHashingCryptographyProvider() protected method

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