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 nameDescription
Supported by the .NET Compact FrameworkLeaveExisting
Leave the existing certificate in the collection.
Supported by the .NET Compact FrameworkNone
The certificate chain is not included.
Supported by the .NET Compact FrameworkExcludeRoot
The certificate chain is included, except for the root certificate.
Supported by the .NET Compact FrameworkEndCertificateOnly
Only the end certificate is included.
Supported by the .NET Compact FrameworkWholeChain
The certificate chain, including the root certificate, is included.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also