4 references to CustomTrustStore
Microsoft.AspNetCore.Authentication.Certificate (4)
CertificateAuthenticationHandler.cs (2)
236if (Options.CustomTrustStore != null) 238chainPolicy.CustomTrustStore.AddRange(Options.CustomTrustStore);
CertificateAuthenticationOptions.cs (2)
40/// Method used to validate certificate chains against <see cref="CustomTrustStore"/>. 45/// <remarks>This property must be set to <see cref="X509ChainTrustMode.CustomRootTrust"/> to enable <see cref="CustomTrustStore"/> to be used in certificate chain validation.</remarks>