CertSrvSetupStatus Enumeration

Gets the status of the Certification Authority installation.

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

Definition

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

Members

Unknown0 Setup status cannot be determined.
ServerInstall1 Server is installed.
ClientInstall2 Client is installed.
Incomplete4 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.
RenewalPending8 Subordinate CA has requested certificate renewal and awaits new CA certificate installation. CA can run in normal mode and issue certificates to clients.
OnlineRenewalPending16 CA certificate request was sent to a online parent CA.
OnlineRenewalDenied32 CA certificate request was denied by a online parent CA.
CreateDB64 Create new database.
AttemptVRootCreate128 Attempt to create "vroot" (enrollment web pages) virtual directory.
ForceCRL256 Force new CRL(s).
UpdateCAObjectSvrType512 Add server type to CA DS object "flags" attribute.
ServerUpgraded1,024 CA server was upgraded.
SecurityUpgradePending2,048 Certification Authority was upgraded from Windows 2000 Server and awaits for security upgrade.
PermissionsUpdatePending4,096 Permissions changed while the CA was down and the CA will need to update the directory service when it restarts.
SecurityUpgraded8,192 Windows Server 2003 SP1 - global DCOM security has been fixed.
ServerIsUpToDate16,384 Server is up to date.

See Also