DocumentValidationResult

Defines the result options for a DocumentValidation.

DocumentValidationResult.Unknown

= 0

The authentication test results are unknown.

DocumentValidationResult.Attention

= 1

The authentication test results that require user attention.

DocumentValidationResult.Caution

= 2

The authentication test was inconclusive and further investigation is warranted.

DocumentValidationResult.Failed

= 3

The authentication test failed.

DocumentValidationResult.Passed

= 4

The authentication test passed.

DocumentValidationResult.Skipped

= 5

The authentication test was skipped (was not run).

DocumentValidationResult.UnknownWithWarning

= 1024

The authentication test is a warning and the user may wish to investigate. This bit will be set along with one of the other enum values.

DocumentValidationResult.AttentionWithWarning

= 1025

Attention result with warning.

DocumentValidationResult.CautionWithWarning

= 1026

Caution result with warning.

DocumentValidationResult.FailedWithWarning

= 1027

A failed result with warning.

DocumentValidationResult.PassedWithWarning

= 1028

A passed result with warning

DocumentValidationResult.SkippedWithWarning

= 1029

A skipped result with warning.