Defines the different hash type values.

Namespace: LLCryptoLib.Security.Certificates
Assembly: 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 nameValueDescription
SHA13The certificate will be hashed using the SHA1 algorithm.
MD54The certificate will be hashed using the MD5 algorithm.
Default3The certificate will be hashed using the default hashing algorithm.

See Also