System::Security::Authentication::HashAlgorithmType enum
HashAlgorithmType enum
Enumerates the hash algorithms.
enum class HashAlgorithmType
Values
Name | Value | Description |
---|---|---|
None | 0 | No hash algorithm is used. |
Md5 | 32771 | The Message Digest 5 hash algorithm. |
Sha1 | 32772 | The Secure Hash Algorithm 1. |
See Also
- Namespace System::Security::Authentication
- Library Aspose.PUB for C++