CertificateIncludeOption Enum
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9083)
Specifies what parts of the certificate chain should be included in the message.
Syntax
public enum CertificateIncludeOption
Fields
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. |