Discuss this help topic in SecureBlackbox Forum
This property specifies the extensions of the status request.
Declaration
[C#/Java]
byte[] Extensions;
[VB.NET]
Property Extensions As Byte()
[Pascal]
property Extensions : ByteArray; {array of byte}
[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)
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