Discuss this help topic in SecureBlackbox Forum
Specifies whether to include a certificate chain into the message signature.
Declaration
[C#/Java]
bool IncludeIssuerCertificates;
[VB.NET]
Property IncludeIssuerCertificates As Boolean
[Pascal]
property IncludeIssuerCertificates: boolean;
[C++]
bool get_IncludeIssuerCertificates();
void set_IncludeIssuerCertificates(bool Value);
[PHP]
bool get_IncludeIssuerCertificates()
void set_IncludeIssuerCertificates(bool $Value)
Description
Use this property to specify whether to include a whole certificate chain into the message signature.
Discuss this help topic in SecureBlackbox Forum