TdxX509Certificate.Version Property
In This Article
Returns the certificate’s version.
#Declaration
Delphi
property Version: DWORD read;
#Property Value
Type |
---|
DWORD |
#Remarks
This property can return one of the following values:
Value | Description |
---|---|
0 | The first X. |
1 | The second X. |
2 | The third X. |
See Also