AdcsPropCrlPublishState Enumeration | 
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: SysadminsLV.PKI.Dcom
| Member name | Value | Description | |
|---|---|---|---|
| Base | 1 | A base CRL was published. | |
| Delta | 2 | A delta CRL was published. | |
| Complete | 4 | A complete CRL was published. | |
| Shadow | 8 | A blank delta CRL with new delta CRL indicator extension (CRL_Min_Base value). | |
| CaStoreError | 16 | An error occurred when publishing the generated CRL to the default local registry location. | |
| BadUrlError | 32 | A URL is not valid. | |
| Manual | 64 | A CRL was published manually. | |
| SignatureError | 128 | An error occurred when verifying the signature of the generated CRL prior to attempting to publish the CRL. | |
| LdapError | 256 | The CA encountered an error trying to write the CRL to an LDAP location. | |
| FileError | 512 | A file error prevented publication. | |
| FtpError | 1024 | 
            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.  | |
| HttpError | 2048 | 
            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.  | |
| PostponedBaseLdapError | 4096 | Postponed publishing a delta CRL due to a failure in publishing a base CRL to an ldap:/// location. | |
| PostponedBaseFileError | 8192 | Postponed publishing a delta CRL due to a failure in publishing a base CRL to a file:// location. | |
| NotApplicable | -1 | The property is unavailable. |