Discuss this help topic in SecureBlackbox Forum

TElX509Certificate.Version

TElX509Certificate     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the certificate version.

Declaration

[C#]
    byte Version;

[VB.NET]
    Property Version As Byte

[Pascal]
    property Version: integer;

[C++]
    uint8_t get_Version();
    void set_Version(uint8_t Value);

[PHP]
    integer get_Version()
    void set_Version(integer $Value)

[Java]
    byte getVersion();
    void setVersion(byte arg0);

Description

    Use this property to get or set the version of the generated certificate. Possible values are 1, 2 or 3.

Discuss this help topic in SecureBlackbox Forum