Defines the different verificateion flags values.
You can specify more VerificationFlags at once by combining them with the OR operator.
| Member Name | Description |
|---|---|
| None | No flags. |
| IgnoreTimeNotValid | Ignore an invalid time. |
| IgnoreCtlTimeNotValid | Ignore an invalid time of the certificate trust list. |
| IgnoreTimeNotNested | Ignore an invalid time nesting. |
| IgnoreInvalidBasicContraints | Ignore invalid basic contraints. |
| IgnoreAllTimeChecks | Ignore all time checks. |
| AllowUnknownCA | Allow an unknown certificate authority. |
| IgnoreWrongUsage | Ignore the wrong usage of a certificate. |
| IgnoreInvalidName | Ignore an invalid name. |
| IgnoreInvalidPolicy | Ignore an invalid policy. |
| IgnoreEndRevUnknown | Ignore an unknown revocation status of the end certificate. |
| IgnoreSignerRevUnknown | Ignore an unknown revocation status of the signer certificate. |
| IgnoreCARevUnknown | Ignore an unknown revocation status of the certificate authority. |
| IgnoreRootRevUnknown | Ignore an unknown revocation status of the root certificate. |
| IgnoreAllRevUnknown | Ignore an unknown revocation status of any of the certificates. |
| AllowTestroot | Allow a test root. |
| TrustTestroot | Trust a test root. |
Namespace: Org.Mentalis.Security.Certificates Namespace
Assembly: Org.Mentalis.Security.dll
Org.Mentalis.Security.Certificates Namespace