Click or drag to resize

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.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public X509IncludeOption IncludeOption { get; set; }

Property Value

Type: X509IncludeOption
See Also