CRLFlagEnum Enumeration

Defines certificate revocation list (and chaining engine) flags.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Definition

Namespace: PKI.CertificateServices.Flags
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
[FlagsAttribute]
public enum CRLFlagEnum

Remarks

Not all CA versions support full list.

Members

None0 No flags are defined.
DeltaUseOldestUnexpiredBase1 The CA server will use oldest unexpired Base CRL for certificate revocation checking. Otherwise, the most recent Base CRL is used.
DeleteExpiredCRLs2 Deletes CRLs signed by the expired CA keys.
CRLNumberCritical4 The CA server will mark CRL Number extension as critical. If a target application doesn't recognize this extension, a CRL will be rejected.
RevCheckIgnoreOffline8 The CA server will ignore certificate revocation checking failures.

Note: You should not enable this flag in productional envionments.

IgnoreInvalidPolicies16 The CA server will ignore invalid Certificate Policies extension in requests.
RebuildModifiedSubjectOnly32 When a CA server is configured to use the unmodified subject that is supplied in the certificate request, the policy module should not make any changes to the subject that is in the certificate request.
SaveFailedCerts64 N/A
IgnoreUnknownCMCAttributes128 The CA server ignores unknown CMC attributes in the request.
IgnoreCrossCertTrustError256 The CA server ignores trust errors for cross-certificates during certificate chain building.
PublishExpiredCertCRLs512 The CA will publish expired revoked certificates in CRLs.
EnforceEnrollmentAgent1,024 The CA enforces enrollment agent restrictions.
DisableRDNReorder2,048 The CA server will not re-order relative distinguished name (RDN) in the certificate request.
DisableRootCrossCerts4,096 Instructs Root CA server to not generate root cross-certificates after Root CA renewal with new key pair.

Note: this flag has no effect on any type of Subordinate CA.

LogfullResponse8,192 The CA will dump request response to console.
UseXCHGCertTemplate16,384 Instructs CA server to use CA Exchange template instead of using automatically generated short-lived certificates for key archival.
UseCrossCertTemplate32,768 Instructs Root CA server to use Cross Certification Authority template during Root CA renewal with new key pair, instead of using automatically generated cross-certificates.

Note: this flag has no effect on any type of Subordinate CA.

AllowRequestAttributeSubject65,536 The CA server will accept certificate subject submitted as a part of request attributes.
RevCheckIgnoreNoRevCheck131,072 The CA server ignores empty CRL Distribution Points (CDP) extension for non-root certificates.
PreserveExpiredCerts262,144 The CA server will preserve CA certificate in database and certificate store even if the certificate is not timely valid.
PreserveRevokedCACerts524,288 The CA server will preserve CA certificates in database and certificate store even if the certificates are revoked.
DisableChainVerification1,048,576 The CA server will preserve revoked CA certificates in database and certificate store.

Windows Server 2003, Windows Server 2008: this flag is not supported.

BuildRootCACRLEntriesBasedOnKey2,097,152 N/A

Windows Server 2003, Windows Server 2008: this flag is not supported.

See Also