CertificateTemplateVersion Property |
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.
Namespace:
PKI.CertificateTemplates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public string Version { get; }
Public ReadOnly Property Version As String
Get
public:
property String^ Version {
String^ get ();
}
member Version : string with get
Property Value
Type:
StringRemarks Template internal version is not changed if you modify template ACL only.
See Also