8 references to X509ChainPolicy
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ClientCertificateAuthentication.cs (1)
24X509ChainPolicy chainPolicy = new X509ChainPolicy();
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\X509ServiceCertificateAuthentication.cs (2)
44X509ChainPolicy chainPolicy = new X509ChainPolicy(); 123X509ChainPolicy chainPolicy = new X509ChainPolicy();
Microsoft.AspNetCore.Authentication.Certificate (1)
CertificateAuthenticationHandler.cs (1)
200var chainPolicy = new X509ChainPolicy
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
SniOptionsSelectorTests.cs (1)
858CertificateChainPolicy = new X509ChainPolicy(),
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
44get => _chainPolicy ??= new X509ChainPolicy();
System\Security\Cryptography\X509Certificates\X509ChainPolicy.cs (1)
139X509ChainPolicy clone = new X509ChainPolicy
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
241X509ChainPolicy chainPolicy = new X509ChainPolicy();