Table of Contents

Enum DocumentSignatureStatus

Namespace
DocToolkit
Assembly
DocToolkit.Primitives.dll

One dimension of a signature's validated state — mirrors OfficeIMO's own OfficePackageSignatureValidationState 1:1, so nothing here can drift from what the validator beneath actually reports.

public enum DocumentSignatureStatus

Fields

Failed = 3

The check failed.

NotChecked = 1

This dimension was not evaluated for this call — see the options that were passed.

NotPresent = 0

There was nothing to check — the document carries no signature at all.

Passed = 2

The check passed.

Unsupported = 4

The signature uses a construct this validator does not evaluate.