X509ChainTrustMode Enum

Definition

The mode determining the root trust for building the certificate chain.

C#
public enum X509ChainTrustMode
Inheritance
X509ChainTrustMode

Fields

Name Value Description
System 0

Use the default (system) root trust.

CustomRootTrust 1

When this value is used, the CustomTrustStore will be used instead of the default root trust.

Applies to

Product Versions
.NET 5, 6, 7, 8, 9, 10