IPWorks S/MIME 2020 C++ Edition

Questions / Feedback?

IncludeChain Property

Specifies whether to include the signer's certificate chain with the signed message.

Syntax

ANSI (Cross Platform)
int GetIncludeChain();
int SetIncludeChain(int bIncludeChain); Unicode (Windows) BOOL GetIncludeChain();
INT SetIncludeChain(BOOL bIncludeChain);
@property (nonatomic,readwrite,assign,getter=includeChain,setter=setIncludeChain:) BOOL includeChain;
- (BOOL)includeChain;
- (void)setIncludeChain:(BOOL)newIncludeChain;
#define PID_SNNTP_INCLUDECHAIN 46

IPWORKSSMIME_EXTERNAL void* IPWORKSSMIME_CALL IPWorksSMIME_SNNTP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSSMIME_EXTERNAL int IPWORKSSMIME_CALL IPWorksSMIME_SNNTP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

FALSE

Remarks

If this property is set to True, the entire certificate's chain that was used to sign the message will be encoded and included in the message signature when calling Sign or SignAndEncrypt.

NOTE: To include the chain, the IncludeCertificate property must also be set to true.

Data Type

Boolean

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 C++ Edition - Version 20.0 [Build 8154]