HashAlgorithmProvider 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 HashAlgorithmProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HashAlgorithmProvider |
Initialize a new instance of the HashAlgorithmProvider class with the HashAlgorithm type and if salt is enabled.
|
Methods
Name | Description | |
---|---|---|
CompareHash |
Compares plain text input with a computed hash.
|
|
CreateHash |
Computes the hash value of plain text.
|
|
CreateHashWithSalt |
Creates a hash with a specified salt.
|
|
Equals | (Inherited from Object.) | |
ExtractSalt |
Extracts the salt from the hashedText.
|
|
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstrumentationEventProvider |
Gets the HashAlgorithmInstrumentationProvider instance that defines the logical events used to instrument this hash provider.
|
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
SaltLength |
Defines the salt length used by the provider.
|
Properties
Name | Description | |
---|---|---|
AlgorithmType |
Gets the HashAlgorithm type.
|
|
HashCryptographer |
Gets the cryptographer used for hashing.
|
|
InstrumentationProvider |
Gets the HashAlgorithmInstrumentationProvider instance that defines the logical events used to instrument this hash provider.
|
See Also
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. |