Discuss this help topic in SecureBlackbox Forum
Returns the version of the certificate request
Declaration
[VB.NET]
Property Version As Integer
[Pascal]
property Version : Integer;
[C++]
int32_t get_Version();
void set_Version(int32_t Value);
[PHP]
integer get_Version()
void set_Version(integer $Value)
[Java]
int getVersion();
void setVersion(int Value);
Description
Use this function to get the version of the certificate request.
Currently the only possible version value is 0.
Discuss this help topic in SecureBlackbox Forum