| 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; }
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
Type:
X509IncludeOptionSee Also