Click or drag to resize

CertConfigLocation Enumeration

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 CertConfigLocation
Members
  Member nameValueDescription
None0 Not used.
DsEntry1 Certification Authority was found in Active Directory registrations.
SharedFolder2 Certification Authority was found in shared folder (deprecated starting with Windows Server 2003).
Registry4 Certification Authority was found in local registry.
Local8 Certification Authority was found in local registry and is local CA.
RegistryParent16 Certification Authority was found in local registry as parent CA of the current CA server.
See Also