Discuss this help topic in SecureBlackbox Forum

TElCertificateStatusSSLExtension.OCSPStatusRequest

TElCertificateStatusSSLExtension     See also     


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


Specifies the type of request.

Declaration

[C#]
    TElSSLOCSPStatusRequest OCSPStatusRequest;

[VB.NET]
    Property OCSPStatusRequest As TElSSLOCSPStatusRequest

[Pascal]
    property OCSPStatusRequest : TElSSLOCSPStatusRequest;

[C++]
    TElSSLOCSPStatusRequest* get_OCSPStatusRequest();

[PHP]
    TElSSLOCSPStatusRequest get_OCSPStatusRequest()

[Java]
    TElSSLOCSPStatusRequest getOCSPStatusRequest(int Index);

Parameters

  • Index - the index of the desired item in the list, starting from 0.

Values:

Description

    This property specifies the type of status request. Currently the only defined and supported type is OCSP status request.

See also:     StatusType    

Discuss this help topic in SecureBlackbox Forum