Discuss this help topic in SecureBlackbox Forum

TElCustomTSPClient.IncludeCertificates

TElCustomTSPClient     See also     


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


Specifies if the timestamp server has to include its certificates to the signature.

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 timestamp server certificates must to be included to the signature.

See also:     TSPInfo    

Discuss this help topic in SecureBlackbox Forum