Discuss this help topic in SecureBlackbox Forum

TElOCSPClass.IncludeCertificates

TElOCSPClass     See also     


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


Specifies whether the response should include a signing certificate.

Declaration

[C#]
    bool IncludeCertificates;

[VB.NET]
    Property IncludeCertificates As Boolean

[Pascal]
    property IncludeCertificates : Boolean;

[C++]
    bool get_IncludeCertificates();
    void set_IncludeCertificates(bool Value);

[PHP]
    bool get_IncludeCertificates()
    void set_IncludeCertificates(bool $Value)

[Java]
    boolean getIncludeCertificates();
    void setIncludeCertificates(boolean Value);

Description

    Use this property to specify if the certificates which are used for signing responses (requests) are included into server replies (client requests).

See also:     SigningCertStorage    

Discuss this help topic in SecureBlackbox Forum