Advanced options for CMS signed-data objects
[FlagsAttribute] public enum SigDataOptions
<FlagsAttribute> _ Public Enumeration SigDataOptions
| Member name | Description | |
|---|---|---|
| Default | Default option | |
| ExcludeCerts | Exclude X.509 certs from output. | |
| ExcludeData | Exclude data from output. | |
| CertsOnly | Create a "certs-only" PKCS#7 certficate chain. | |
| IncludeAttributes | Include Signed Attributes. | |
| AddSignTime | Add signing time. | |
| AddSmimeCapabilities | Add S/MIME capabilities. | |
| FormatBase64 | Create output/expect input in base64 format [default = binary] | |
| 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' |