Options for CMS objects [@deprecated].
[FlagsAttribute] public enum Options
<FlagsAttribute> _ Public Enumeration Options
| Member name | Description | |
|---|---|---|
| Default | Default option. | |
| ExcludeCerts | Exclude X.509 certs from output (sig-data only). | |
| ExcludeData | Exclude data from output (sig-data only). | |
| CertsOnly | Create a "certs-only" PKCS#7 certficate chain (sig-data only). | |
| IncludeAttributes | Include Signed Attributes (sig-data only). | |
| AddSignTime | Add signing time (sig-data only). | |
| AddSmimeCapabilities | Add S/MIME capabilities (sig-data only). | |
| FormatBase64 | Create output/expect input in base64 format [default = binary] | |
| UseMD5 | Use MD5 hash digest algorithm (sig-data only) [default = SHA-1] | |
| NoOuter | Create a "naked" SignedData object with no outerContentInfo as permitted by PKCS#7 v1.6. | |
| AltAlgId | Use alternative (non-standard) signature algorithm identifiers, e.g. 'sha1withRSAEncryption' instead of 'rsaEncryption'. | |
| BigFile | Use to speed up the encryption of large files. |