Discuss this help topic in SecureBlackbox Forum
Index of the certificate used for signing.
Declaration
[C#]
int CertificateIndex;
[VB.NET]
Property CertificateIndex As Integer
[Pascal]
CertificateIndex : Integer;
[C++]
int32_t get_CertificateIndex();
void set_CertificateIndex(int32_t Value);
[PHP]
integer get_CertificateIndex()
void set_CertificateIndex(integer $Value)
[Java]
int getCertificateIndex();
void setCertificateIndex(int Value);
Description
Specifies the index of the certificate used for signing.
Discuss this help topic in SecureBlackbox Forum