SetupStatusEnum Enumeration |
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: PKI.CertificateServices
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | Setup status cannot be determined. | |
ServerInstall | 1 | Server is installed. | |
ClientInstall | 2 | Client is installed. | |
Incomplete | 4 | Certification Authority installation is incomplete. This value indicates that subordinate CA is installed and awaits CA certificate installation (in the case with offline parent CA). CA service will not start until installation is completed. | |
RenewalPending | 8 | Subordinate CA has requested certificate renewal and awaits new CA certificate installation. CA can run in normal mode and issue certificates to clients. | |
OnlineRenewalPending | 16 | CA certificate request was sent to a online parent CA. | |
OnlineRenewalDenied | 32 | CA certificate request was denied by a online parent CA. | |
CreateDB | 64 | Create new database. | |
AttemptVrooCreate | 128 | Attempt to create vroot (encrollment web pages). | |
ForceCRL | 256 | Force new CRL(s). | |
UpdateCAObjectSvrType | 512 | Add server type to CA DS object "flags" attribute. | |
ServerUpgraded | 1024 | CA server was upgraded. | |
SecurityUpgradePending | 2048 | Certification Authority was upgraded from Windows 2000 Server and awaits for security upgrade. | |
PermissionsUpdatePending | 4096 | Permissions changed while the CA was down and the CA will need to update the directory service when it restarts. | |
SecurityUpgraded | 8192 | Windows Server 2003 SP1 - global DCOM security has been fixed. | |
ServerIsUptoDate | 16384 | Server is up to date. |