AdcsPropCaType Enumeration |
Contains enumeration values for Certification Authority type.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum AdcsPropCaType
Public Enumeration AdcsPropCaType
public enum class AdcsPropCaType
Members
| Member name | Value | Description |
---|
| EnterpriseRoot | 0 |
The CA is an enterprise root (self-signed) CA.
|
| EnterpriseSubordinate | 1 |
The CA is an enterprise subordinate CA.
|
| StandaloneRoot | 3 |
The CA is a stand-alone root (self-signed) CA.
|
| StandaloneSubordinate | 4 |
The CA is a stand-alone subordinate CA.
|
| Unknown | 5 |
The CA type is unknown.
|
See Also