Certificate validation method options. (Not supported by CertificateChainEngine.Native engine on Xamarin.iOS and Xamarin.Android).
Namespace:
Rebex.Security.Certificates
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration ValidationOptions |
C# |
---|
[FlagsAttribute] public enum ValidationOptions |
Members
Member name | Description | |
---|---|---|
None |
No options specified.
| |
IgnoreTimeNotValid |
Ignore an invalid time (such as expiration).
| |
IgnoreCtlTimeNotValid |
Ignore an invalid certificate trust list time.
| |
IgnoreTimeNotNested |
Ignore an invalid time nesting. Deprecated.
| |
IgnoreAllTimeNotValid |
Ignore all invalid time checks (such as expiration, nesting, CRL or CTL times).
| |
IgnoreInvalidBasicConstraints |
Ignore invalid basic constraints.
| |
AllowUnknownCa |
Allow unknown certification authority.
| |
IgnoreWrongUsage |
Ignore wrong usage of the certificate.
| |
IgnoreInvalidPolicy |
Ignore invalid policy.
| |
IgnoreAllRevUnknown |
Ignore all unknown revocation statuses.
| |
UseCacheOnly |
Only use local cache, do not access the network.
| |
IgnoreCnNotMatch |
Ignore invalid common name.
| |
SkipRevocationCheck |
Skip certificate revocation check.
| |
IgnoreInvalidChain |
Ignore invalid chain.
|