Discuss this help topic in SecureBlackbox Forum
Specifies the certificate version.
Declaration
[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