DsContainerType Enumeration
Contains enumeration of Active Directory PKI-related containers.
Namespace: SysadminsLV.PKI.Management.ActiveDirectoryAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public enum DsContainerType
Public Enumeration DsContainerType
public enum class DsContainerType
| NTAuth | 0 |
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.
|
| AIA | 1 |
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.
|
| CDP | 2 |
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.
|
| RootCA | 3 |
Contains certificates of trusted root CAs approved by Active Directory administrators.
These certificates are downloaded and cached on Active Directory forest clients.
|
| EnrollmentServices | 4 |
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.
|
| KRA | 5 |
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.
|
| OID | 6 |
Contains a collection of mapping objects between object identifier (OID) and their friendly names.
|
| CertificateTemplates | 7 |
Contains a collection of certificate templates.
|