1 implementation of GetCertContentType
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
64
public X509ContentType
GetCertContentType
(ReadOnlySpan<byte> rawData)
2 references to GetCertContentType
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
392
return X509Pal.Instance.
GetCertContentType
(rawData);
410
return X509Pal.Instance.
GetCertContentType
(rawData);