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 ReadOnly Property OID As Oid
Get
public:
property Oid^ OID {
Oid^ get ();
}
member OID : Oid with get
Property Value
Type:
OidSee Also