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.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
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