CertificateTemplateSupportedCA Property |
Gets the minimum version of the Certification Authority that can use this template to issue certificates. The following table
describes template support by CA version:
Schema version | Supported CA versions |
---|
1 | - Windows 2000 Server
- Windows Server 2003 Standard, Enterprise, Datacenter editions
- Windows Server 2008 Standard, Enterprise, Datacenter editions
- Windows Server 2008 R2 Standard, Enterprise, Datacenter editions
- Windows Server 2012 Foundation, Essentials, Standard, Datacenter editions
|
2 | - Windows Server 2003 Enterprise, Datacenter editions
- Windows Server 2008 Enterprise, Datacenter editions
- Windows Server 2008 R2 Standard, Enterprise, Datacenter editions
- Windows Server 2012 Foundation, Essentials, Standard, Datacenter editions
|
3 | - Windows Server 2008 Enterprise, Datacenter editions
- Windows Server 2008 R2 Standard, Enterprise, Datacenter editions
- Windows Server 2012 Foundation, Essentials, Standard, Datacenter editions
|
4 | - Windows Server 2012 Foundation, Essentials, Standard, Datacenter editions
|
Namespace:
PKI.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string SupportedCA { get; }
Public ReadOnly Property SupportedCA As String
Get
public:
property String^ SupportedCA {
String^ get ();
}
member SupportedCA : string with get
Property Value
Type:
StringSee Also