Signer.Options property

[The Options property is available for use in the operating systems specified in the Requirements section. Instead, use the CmsSigner Class in the System.Security.Cryptography.Pkcs namespace.]

The Options property sets or retrieves the signer's certificate option.

This property is read/write.

Syntax

Signer.Options As CAPICOM_CERTIFICATE_INCLUDE_OPTION

Property value

A value of the CAPICOM_CERTIFICATE_INCLUDE_OPTION enumeration that specifies the signer's certificate option. The default value is CAPICOM_CERTIFICATE_INCLUDE_CHAIN_EXCEPT_ROOT. The following table shows the possible values.

Value Meaning
CAPICOM_CERTIFICATE_INCLUDE_CHAIN_EXCEPT_ROOT
Saves all certificates in the chain with the exception of the root entity.
CAPICOM_CERTIFICATE_INCLUDE_WHOLE_CHAIN
Saves the complete certificate chain.
CAPICOM_CERTIFICATE_INCLUDE_END_ENTITY_ONLY
Saves only the end entity certificate.

 

Requirements

Requirement Value
Redistributable
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP
DLL
Capicom.dll

See also

Signer