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.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
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