Click or drag to resize

CertificateTemplateOID Property

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.

Namespace:  PKI.CertificateTemplates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Oid OID { get; }

Property Value

Type: Oid
See Also