1 implementation of GetCertContentType
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
98public X509ContentType GetCertContentType(string fileName)
1 reference to GetCertContentType
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
419return X509Pal.Instance.GetCertContentType(fileName);