Discuss this help topic in SecureBlackbox Forum
Specifies the main request index.
Declaration
[C#/Java]
int MainRequestIndex;
[VB.NET]
Property MainRequestIndex As Integer
[Pascal]
property MainRequestIndex : integer;
[C++]
int32_t get_MainRequestIndex();
void set_MainRequestIndex(int32_t Value);
[PHP]
integer get_MainRequestIndex()
void set_MainRequestIndex(integer $Value)
Description
Use this property to get or set the index of the main request in the certificate requests list.
Discuss this help topic in SecureBlackbox Forum