Discuss this help topic in SecureBlackbox Forum
This property specifies the extensions of the status request.
Declaration
[VB.NET]
Property Extensions As Byte()
[Pascal]
property Extensions : ByteArray;
[C++]
void get_Extensions(std::vector<uint8_t> &OutResult);
void set_Extensions(const std::vector<uint8_t> &Value);
[PHP]
string get_Extensions()
void set_Extensions(array of byte|string|NULL $Value)
[Java]
byte[] getExtensions();
void setExtensions(byte[] Value);
Description
Use this property to specify (on the client side) or obtain (on the server-side) the extensions for OCSP status request.
Discuss this help topic in SecureBlackbox Forum