Mentalis.org Security Library documentation

HashType Enumeration

Defines the different hash type values.

[Visual Basic]
Public Enum HashType
[C#]
public enum HashType

Members

Member NameDescription
SHA1The certificate will be hashed using the SHA1 algorithm.
MD5The certificate will be hashed using the MD5 algorithm.
DefaultThe certificate will be hashed using the default hashing algorithm.

Requirements

Namespace: Org.Mentalis.Security.Certificates Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Certificates Namespace