Discuss this help topic in SecureBlackbox Forum

TElOCSPClient.IncludeSignature

TElOCSPClient     See also     


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


Specifies if the request must be signed

Declaration

[C#]
    bool IncludeSignature;

[VB.NET]
    Property IncludeSignature As Boolean

[Pascal]
    property IncludeSignature: boolean;

[C++]
    bool get_IncludeSignature();
    void set_IncludeSignature(bool Value);

[PHP]
    bool get_IncludeSignature()
    void set_IncludeSignature(bool $Value)

[Java]
    boolean getIncludeSignature();
    void setIncludeSignature(boolean Value);

Description

    Use this property to specify whether the request to the server must be signed. Signing can be necessary because most OCSP servers authenticate the requests this way.

See also:     IncludeCertificates     SigningCertStorage    

Discuss this help topic in SecureBlackbox Forum