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