Click or drag to resize

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
Members
  Member nameValueDescription
EnterpriseRoot0 The CA is an enterprise root (self-signed) CA.
EnterpriseSubordinate1 The CA is an enterprise subordinate CA.
StandaloneRoot3 The CA is a stand-alone root (self-signed) CA.
StandaloneSubordinate4 The CA is a stand-alone subordinate CA.
Unknown5 The CA type is unknown.
See Also