DocumentValidationResult
Defines the result options for a DocumentValidation.
- DocumentValidationResult.Unknown
=
0The authentication test results are unknown.
- DocumentValidationResult.Attention
=
1The authentication test results that require user attention.
- DocumentValidationResult.Caution
=
2The authentication test was inconclusive and further investigation is warranted.
- DocumentValidationResult.Failed
=
3The authentication test failed.
- DocumentValidationResult.Passed
=
4The authentication test passed.
- DocumentValidationResult.Skipped
=
5The authentication test was skipped (was not run).
- DocumentValidationResult.UnknownWithWarning
=
1024The 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
=
1025Attention result with warning.
- DocumentValidationResult.CautionWithWarning
=
1026Caution result with warning.
- DocumentValidationResult.FailedWithWarning
=
1027A failed result with warning.
- DocumentValidationResult.PassedWithWarning
=
1028A passed result with warning
- DocumentValidationResult.SkippedWithWarning
=
1029A skipped result with warning.