System.Security.Cryptography.X509Certificates.X509IncludeOption
namespace System.Security.Cryptography.X509Certificates
{
public enum X509IncludeOption
{
EndCertOnly = 2,
ExcludeRoot = 1,
None = 0,
WholeChain = 3
}
}