7 references to GetCertContentType
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
157if (X509Certificate2.GetCertContentType(certificatePath) == X509ContentType.Cert)
Microsoft.Build.Tasks.Core (1)
ResolveKeySource.cs (1)
215if (X509Certificate2.GetCertContentType(CertificateFile) == X509ContentType.Pfx)
Microsoft.DotNet.SignTool (1)
src\VerifySignatures.cs (1)
214var certContentType = X509Certificate2.GetCertContentType(fullPath);
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.cs (4)
38/// <seealso cref="X509Certificate2.GetCertContentType(string)"/> 59/// <seealso cref="X509Certificate2.GetCertContentType(string)"/> 81/// <see cref="X509ContentType.Cert" /> by <see cref="X509Certificate2.GetCertContentType(string)"/>. 83/// <seealso cref="X509Certificate2.GetCertContentType(string)"/>