ET_HashAlgorithm

Overview

Type:

Enumeration

Available as of:

V1.1.2.0

Description

The enumeration ET_HashAlgorithm values indicate the hash algorithm of the thumbprint.

Enumeration Elements

Name

Value (UDINT)

Description

MD5

0

The hash algorithm applied to the certificate is MD5.

SHA1

1

The hash algorithm applied to the certificate is SHA1.

SHA224

2

The hash algorithm applied to the certificate is SHA224.

SHA256

3

The hash algorithm applied to the certificate is SHA256.

SHA384

4

The hash algorithm applied to the certificate is SHA384.

SHA512

5

The hash algorithm applied to the certificate is SHA512.

Used By

FB_CertificateHandling