Click or drag to resize

CertificateTemplate Properties

The CertificateTemplate type exposes the following members.

Properties
  NameDescription
Public propertyAutoenrollmentAllowed
This flag indicates whether clients can perform autoenrollment for the specified template.
Public propertyDisplayName
Gets certificate template display name. Display name has no character restrictions.
Public propertyDistinguishedName
Gets certificate template's full distinguished name (location address) in Active Directory.
Public propertyLastWriteTime
Gets the timestamp when certificate template was edited last time. The value can be used for audit purposes.
Public propertyName
Gets certificate template common name. Common names cannot contain the following characters: " + , ; < = >
Public propertyOID
Gets certificate template's object identifier. Object identifiers are used to uniquely identify certificate template. While certificate template common and display names can be changed, OID remains the same. Once template is deleted from Active Directory, associated OID is removed too. Any new template (even if with the same name values) will have differen OID value.
Public propertySchemaVersion
Gets certificate template schema version (also known as template version). The value can be either 1, 2, 3 or 4. For template support by CA version see SupportedCA property description.
Public propertySettings
Gets or sets certificate template extended settings.
Public propertySupportedCA
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 versionSupported 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
Public propertyVersion
Gets certificate template internal version. The version consist of two values separated by dot: major version and minor version. Any template changes causes internal version change.
Top
See Also