76 references to X509FindType
Aspire.Dashboard (1)
Client.ChannelLayer.IntegrationTests (3)
dotnet-dev-certs (1)
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityUtils.cs (4)
883X509FindType findType, object findValue, EndpointAddress target)
893X509FindType findType, object findValue, EndpointAddress target, out X509Certificate2 certificate)
900X509FindType findType, object findValue, EndpointAddress target, bool throwIfMultipleOrNoMatch)
935X509FindType findType, object findValue, EndpointAddress target, int certCount)
Infrastructure.Common (1)
Microsoft.AspNetCore.DataProtection (1)
Microsoft.AspNetCore.DataProtection.Extensions.Tests (3)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Microsoft.Build.Tasks.Core (3)
Microsoft.DotNet.SignCheckLibrary (1)
netstandard (1)
PresentationUI (2)
Security.TransportSecurity.IntegrationTests (9)
System (1)
System.Net.Security (1)
System.Security.Cryptography (17)
System.Security.Cryptography.Pkcs (2)
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\Utils.cs (6)
682filters = filters.Find(X509FindType.FindBySubjectDistinguishedName, subjectName, false);
689filters = filters.Find(X509FindType.FindByIssuerDistinguishedName, issuerSerial.IssuerName, false);
690filters = filters.Find(X509FindType.FindBySerialNumber, issuerSerial.SerialNumber, false);
698filters = filters.Find(X509FindType.FindBySubjectKeyIdentifier, hex, false);
705filters = filters.Find(X509FindType.FindByIssuerDistinguishedName, issuerSerial.IssuerName, false);
706filters = filters.Find(X509FindType.FindBySerialNumber, issuerSerial.SerialNumber, false);
Templates.Blazor.Tests (1)
Templates.Blazor.WebAssembly.Auth.Tests (1)
Templates.Blazor.WebAssembly.Tests (1)
Templates.Mvc.Tests (1)
Templates.Tests (1)