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.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
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