Discuss this help topic in SecureBlackbox Forum

TElSSLOCSPStatusRequest.Extensions

TElSSLOCSPStatusRequest     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies the extensions of the status request.

Declaration

[C#]
    byte[] Extensions;

[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.

See also:     ResponderIDs    

Discuss this help topic in SecureBlackbox Forum