Mentalis.org Security Library documentation

VerificationFlags Enumeration

Defines the different verificateion flags values.

[Visual Basic]
Public Enum VerificationFlags
[C#]
public enum VerificationFlags

Remarks

You can specify more VerificationFlags at once by combining them with the OR operator.

Members

Member NameDescription
NoneNo flags.
IgnoreTimeNotValidIgnore an invalid time.
IgnoreCtlTimeNotValidIgnore an invalid time of the certificate trust list.
IgnoreTimeNotNestedIgnore an invalid time nesting.
IgnoreInvalidBasicContraintsIgnore invalid basic contraints.
IgnoreAllTimeChecksIgnore all time checks.
AllowUnknownCAAllow an unknown certificate authority.
IgnoreWrongUsageIgnore the wrong usage of a certificate.
IgnoreInvalidNameIgnore an invalid name.
IgnoreInvalidPolicyIgnore an invalid policy.
IgnoreEndRevUnknownIgnore an unknown revocation status of the end certificate.
IgnoreSignerRevUnknownIgnore an unknown revocation status of the signer certificate.
IgnoreCARevUnknownIgnore an unknown revocation status of the certificate authority.
IgnoreRootRevUnknownIgnore an unknown revocation status of the root certificate.
IgnoreAllRevUnknownIgnore an unknown revocation status of any of the certificates.
AllowTestrootAllow a test root.
TrustTestrootTrust a test root.

Requirements

Namespace: Org.Mentalis.Security.Certificates Namespace

Assembly: Org.Mentalis.Security.dll

See Also

Org.Mentalis.Security.Certificates Namespace