3 references to GetCertContentType
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.cs (2)
35/// <see cref="X509ContentType.Cert" /> by <see cref="X509Certificate2.GetCertContentType(byte[])"/>. 56/// <see cref="X509ContentType.Cert" /> by <see cref="X509Certificate2.GetCertContentType(byte[])"/>.
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (1)
27X509ContentType contentType = X509Certificate2.GetCertContentType(data);