Click or drag to resize
Pdftools logo

Indication Enumeration

Main status indication of the signature validation process

See ETSI TS 102 853 and ETSI EN 319 102-1.

Namespace: PdfTools.SignatureValidation
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public enum Indication
Members
Member nameValueDescription
Valid1

The constraint is valid according to the chosen signature validation profile.

Invalid2

The constraint is invalid according to the chosen signature validation profile.

Indeterminate3

The available information is insufficient to determine whether the signature is valid or invalid.

See Also