 | SignatureConfigurationIncludeOption Property |
Gets or sets the option that controls whether the root and entire chain associated with the signing certificate are included with the created CMS/PKCS #7 message.
Default is
WholeChain.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic X509IncludeOption IncludeOption { get; set; }Public Property IncludeOption As X509IncludeOption
Get
Set
public:
property X509IncludeOption IncludeOption {
X509IncludeOption get ();
void set (X509IncludeOption value);
}member IncludeOption : X509IncludeOption with get, set
Property Value
X509IncludeOption
See Also