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 = 3The check failed.
NotChecked = 1This dimension was not evaluated for this call — see the options that were passed.
NotPresent = 0There was nothing to check — the document carries no signature at all.
Passed = 2The check passed.
Unsupported = 4The signature uses a construct this validator does not evaluate.