CertificateIncludeOption Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9313)
Specifies what parts of the certificate chain should be included in the message.
Syntax
public enum CertificateIncludeOptionFields
| Name | Description | 
|---|---|
| EndCertificateOnly | Only the end certificate is included. | 
| ExcludeRoot | The certificate chain is included, except for the root certificate. | 
| LeaveExisting | Leave the existing certificate in the collection. | 
| None | The certificate chain is not included. | 
| WholeChain | The certificate chain, including the root certificate, is included. |