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.8.0+c1110cafb37403de0188424e1c97e84e318ca892
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