Specifies what parts of the certificate chain should be included in the message.
Namespace:
Rebex.Security.Cryptography.Pkcs
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Enumeration CertificateIncludeOption |
C# |
---|
public enum CertificateIncludeOption |
Members
Member name | Description | |
---|---|---|
LeaveExisting | Leave the existing certificate in the collection. | |
None | The certificate chain is not included. | |
ExcludeRoot | The certificate chain is included, except for the root certificate. | |
EndCertificateOnly | Only the end certificate is included. | |
WholeChain | The certificate chain, including the root certificate, is included. |