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)
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string Type { get; }
Public ReadOnly Property Type As String
Get
public:
property String^ Type {
String^ get ();
}
member Type : string with get
Property Value
Type:
StringSee Also