Defines the different hash type values.
Namespace: LLCryptoLib.Security.CertificatesAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public enum HashType |
Visual Basic |
---|
Public Enumeration HashType |
Visual C++ |
---|
public enum class HashType |
Members
Member name | Value | Description | |
---|---|---|---|
SHA1 | 3 | The certificate will be hashed using the SHA1 algorithm. | |
MD5 | 4 | The certificate will be hashed using the MD5 algorithm. | |
Default | 3 | The certificate will be hashed using the default hashing algorithm. |