System.Security.Cryptography.X509Certificates.X509Certificate2.Version Property

Gets the X.509 format version of a certificate.

Syntax

public int Version { get; }

Value

Documentation for this section has not yet been entered.

Remarks

There are several versions of X.509 certificates. This property identifies which format the certificate uses. For example, "3" is returned for a version 3 certificate.

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0