 |
HashProvider Enumeration |
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible providers which are supported for hashing a password.
Namespace:
WeroSoft.Security
Assembly:
WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0
Syntax
Members
| Member name | Value | Description |
---|
| MD5 | 0 |
Computes the MD5 hash for the input data.
|
| RIPEMD160 | 1 |
Computes the RIPEMD160 hash for the input data.
|
| SHA1 | 2 |
Computes the SHA1 hash for the input data.
|
| SHA256 | 3 |
Computes the SHA256 hash for the input data.
|
| SHA384 | 4 |
Computes the SHA384 hash for the input data.
|
| SHA512 | 5 |
Computes the SHA512 hash for the input data.
|
See Also