Click or drag to resize

AdcsPropCrlPublishState Enumeration

Contains enumeration values for CRL publication status used by ICertPropReaderD interface.

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

Namespace:  SysadminsLV.PKI.Dcom
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum AdcsPropCrlPublishState
Members
  Member nameValueDescription
Base1 A base CRL was published.
Delta2 A delta CRL was published.
Complete4 A complete CRL was published.
Shadow8 A blank delta CRL with new delta CRL indicator extension (CRL_Min_Base value).
CaStoreError16 An error occurred when publishing the generated CRL to the default local registry location.
BadUrlError32 A URL is not valid.
Manual64 A CRL was published manually.
SignatureError128 An error occurred when verifying the signature of the generated CRL prior to attempting to publish the CRL.
LdapError256 The CA encountered an error trying to write the CRL to an LDAP location.
FileError512 A file error prevented publication.
FtpError1024 An FTP URI was encountered during publishing of the CRL.

Note: The Windows CA does not write to ftp:// locations, so any ftp:// CRL publish attempt will cause this flag.

HttpError2048 An HTTP URI was encountered during publishing of the CRL.

Note: The Windows CA does not write to http:// locations, so any http:// CRL publish attempt will cause this flag.

PostponedBaseLdapError4096 Postponed publishing a delta CRL due to a failure in publishing a base CRL to an ldap:/// location.
PostponedBaseFileError8192 Postponed publishing a delta CRL due to a failure in publishing a base CRL to a file:// location.
NotApplicable-1 The property is unavailable.
See Also