Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.6 KB

certificate-version.md

File metadata and controls

61 lines (39 loc) · 1.6 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
The Version property retrieves the version number of the certificate.
7f135a1a-ca77-4ff1-9437-532e468c6b41
Certificate.Version property
reference
05/31/2018
APIRef
kbSyntax
Certificate.Version
COM
Capicom.dll

Certificate.Version property

[CAPICOM is a 32-bit only component that is available for use in the following operating systems: Windows Server 2008, Windows Vista, and Windows XP. Instead, use the X509Certificate2 Class in the System.Security.Cryptography.X509Certificates namespace.]

The Version property retrieves the version number of the certificate.

This property is read-only.

Syntax

Certificate.Version As Long

Property value

The version number of the certificate.

Requirements

Requirement Value
End of client support
Windows Vista
End of server support
Windows Server 2008
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Certificate