Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum