CertificateAuthorityType Property

Gets the type of the Certification Authority. The value can be one of the following types:
  • Enterprise Root
  • Enterprise Subordinate
  • Standalone Root
  • Standalone Subordinate
  • Undefined (if CA type cannot be recognized).
  • Unknown (if CA server is offline)

Definition

Namespace: PKI.CertificateServices
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public string Type { get; }

Property Value

String

See Also