1 implementation of DecodeECDsaPublicKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
14public ECDsa DecodeECDsaPublicKey(ICertificatePal? certificatePal)
1 reference to DecodeECDsaPublicKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (1)
35return (T)(object)(X509Pal.Instance.DecodeECDsaPublicKey(certificate.Pal));