Click or drag to resize

SetupStatusEnum Enumeration

Gets the status of the Certification Authority installation.

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

Namespace:  PKI.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
[FlagsAttribute]
public enum SetupStatusEnum
Members
  Member nameValueDescription
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.
AttemptVrooCreate128 Attempt to create vroot (encrollment web pages).
ForceCRL256 Force new CRL(s).
UpdateCAObjectSvrType512 Add server type to CA DS object "flags" attribute.
ServerUpgraded1024 CA server was upgraded.
SecurityUpgradePending2048 Certification Authority was upgraded from Windows 2000 Server and awaits for security upgrade.
PermissionsUpdatePending4096 Permissions changed while the CA was down and the CA will need to update the directory service when it restarts.
SecurityUpgraded8192 Windows Server 2003 SP1 - global DCOM security has been fixed.
ServerIsUptoDate16384 Server is up to date.
See Also