Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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 |
|---|---|
|
Saves all certificates in the chain with the exception of the root entity. |
|
Saves the complete certificate chain. |
|
Saves only the end entity certificate. |
Requirements
| Requirement | Value |
|---|---|
| Redistributable |
CAPICOM 2.0 or later on Windows Server 2003 and Windows XP |
| DLL |
|
See also