Discuss this help topic in SecureBlackbox Forum

TElCertificateStatusSSLExtension.StatusType

TElCertificateStatusSSLExtension     See also     


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


Specifies the type of request.

Declaration

[C#]
    TSBCertificateStatusType StatusType;

[VB.NET]
    Property StatusType As TSBCertificateStatusType

[Pascal]
    property StatusType : TSBCertificateStatusType;

[C++]
    TSBCertificateStatusType get_StatusType();
    void set_StatusType(TSBCertificateStatusType Value);

[PHP]
    integer get_StatusType()
    void set_StatusType(integer $Value)

[Java]
    TSBCertificateStatusType getStatusType();
    void setStatusType(TSBCertificateStatusType Value);

Values:

Description

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

See also:     OCSPStatusRequest    

Discuss this help topic in SecureBlackbox Forum