Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
int32[] CertReferences;
[VB.NET]
Property CertReferences As Integer()
[Pascal]
under development
[C++]
void get_CertReferences(std::vector<int32_t> &OutResult);
void set_CertReferences(const std::vector<int32_t> &Value);
[PHP]
array of int32 get_CertReferences()
void set_CertReferences(array of int32|NULL $Value)
[Java]
int[] getCertReferences();
void setCertReferences(int[] Value);
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum