X509NTAuthChainTrustValidator Constructors

Definition

Initializes a new instance of the X509NTAuthChainTrustValidator class.

Overloads

X509NTAuthChainTrustValidator()

Initializes a new instance of the X509NTAuthChainTrustValidator class.

C#
public X509NTAuthChainTrustValidator ();

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

X509NTAuthChainTrustValidator(Boolean, X509ChainPolicy)

Initializes a new instance of the X509NTAuthChainTrustValidator class.

C#
public X509NTAuthChainTrustValidator (bool useMachineContext, System.Security.Cryptography.X509Certificates.X509ChainPolicy chainPolicy);

Parameters

useMachineContext
Boolean

true to use the local machine context to build the certificate chain; otherwise, false.

chainPolicy
X509ChainPolicy

The chain policy to use when building the X.509 certificate chain.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1