Discuss this help topic in SecureBlackbox Forum
TElMessageSigner.IncludeCertificates
This property defines whether certificates are included into signature.
Declaration
Description
When this property is true (by default), certificates are included into the signature and used for message verification.
When this property is false, certificates are not included and the application must pass certificates to verifier using TElMessageVerifier.CertStorage property.
The value of this property makes sense only for
mstPublicKey
signature type. For
mstMAC signatures the value of this property is ignored.