API Reference

Enum

PdfCryptographicValidationStatus

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Outcome of one independently reportable signature-validation dimension.

Inheritance

  • Enum
  • PdfCryptographicValidationStatus

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfCryptographicValidationStatus NotPerformed #

The provider did not perform this validation dimension.

Value: 0
public const PdfCryptographicValidationStatus Valid #

The validation dimension succeeded.

Value: 1
public const PdfCryptographicValidationStatus Invalid #

The validation dimension completed and found invalid evidence.

Value: 2
public const PdfCryptographicValidationStatus Indeterminate #

Available evidence was insufficient for a definitive result.

Value: 3
public const PdfCryptographicValidationStatus Error #

The validation dimension could not complete because of an error.

Value: 4