DocumentContainerValidationOutcome

Defines the result options for a DocumentContainerValidation.

DocumentContainerValidationOutcome.Unknown

= 0

The authentication test results are unknown.

DocumentContainerValidationOutcome.Attention

= 1

The authentication test results that require user attention.

DocumentContainerValidationOutcome.Caution

= 2

The authentication test was inconclusive and further investigation is warranted.

DocumentContainerValidationOutcome.Failed

= 3

The authentication test failed.

DocumentContainerValidationOutcome.Passed

= 4

The authentication test passed.

DocumentContainerValidationOutcome.Skipped

= 5

The authentication test was skipped (was not run).

DocumentContainerValidationOutcome.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.

DocumentContainerValidationOutcome.AttentionWithWarning

= 1025

Attention result with warning.

DocumentContainerValidationOutcome.CautionWithWarning

= 1026

Caution result with warning.

DocumentContainerValidationOutcome.FailedWithWarning

= 1027

A failed result with warning.

DocumentContainerValidationOutcome.PassedWithWarning

= 1028

A passed result with warning

DocumentContainerValidationOutcome.SkippedWithWarning

= 1029

A skipped result with warning.