Click or drag to resize

DsContainerType Enumeration

Contains enumeration of Active Directory PKI-related containers.

Namespace:  SysadminsLV.PKI.Management.ActiveDirectory
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum DsContainerType
Members
  Member nameValueDescription
NTAuth0 Contains certificates of CAs that are allowed to issue client authentication certificates and perform client private key archival. These certificates are downloaded and cached on Active Directory forest clients.
AIA1 Contains CA certificates and cross-certificates that are used by certificate clients to build certificate chains. These certificates are downloaded and cached on Active Directory forest clients.
CDP2 Contains certificate revocation lists published to Active Directory. These CRLs are not automatically downloaded by clients. They are accessed only when explicit request to specific CRL is created.
RootCA3 Contains certificates of trusted root CAs approved by Active Directory administrators. These certificates are downloaded and cached on Active Directory forest clients.
EnrollmentServices4 Contains enrollment service objects (typically Enterprise CAs) that can be used by clients that implement [MS-WCCE] communication protocol to manually, or automatically request certificates.
KRA5 Contains a collection of key recovery agent (KRA) certificates published to Active Directory. Certification Authorities use this container to locate KRA certificates when key archival is configured.
OID6 Contains a collection of mapping objects between object identifier (OID) and their friendly names.
CertificateTemplates7 Contains a collection of certificate templates.
See Also