CertificateAuthorityIsRoot Property |
Indicates whether the Certification Authority is root (True) or subordinate CA (True).
Namespace:
PKI.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool IsRoot { get; }
Public ReadOnly Property IsRoot As Boolean
Get
public:
property bool IsRoot {
bool get ();
}
member IsRoot : bool with get
Property Value
Type:
BooleanSee Also