KeyedHashAlgorithmProvider Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The KeyedHashAlgorithmProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
KeyedHashAlgorithmProvider |
Initialize a new instance of the KeyedHashAlgorithmProvider class with a KeyedHashAlgorithm, if salt is enabled, and the key to use.
|
Methods
Name | Description | |
---|---|---|
CompareHash |
Compares plain text input with a computed hash.
(Inherited from HashAlgorithmProvider.) |
|
CreateHash |
Computes the hash value of plain text.
(Inherited from HashAlgorithmProvider.) |
|
CreateHashWithSalt |
Creates a hash with a specified salt.
(Inherited from HashAlgorithmProvider.) |
|
Equals | (Inherited from Object.) | |
ExtractSalt |
Extracts the salt from the hashedText.
(Inherited from HashAlgorithmProvider.) |
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstrumentationEventProvider |
Gets the HashAlgorithmInstrumentationProvider instance that defines the logical events used to instrument this hash provider.
(Inherited from HashAlgorithmProvider.) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AlgorithmType |
Gets the HashAlgorithm type.
(Inherited from HashAlgorithmProvider.) |
|
HashCryptographer |
Gets the cryptographer used for hashing.
(Overrides HashAlgorithmProvider.HashCryptographer.) |
|
InstrumentationProvider |
Gets the HashAlgorithmInstrumentationProvider instance that defines the logical events used to instrument this hash provider.
(Inherited from HashAlgorithmProvider.) |
See Also
KeyedHashAlgorithmProvider Class
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |