2 references to ImportAsymmetricPublicKey
System.Core (2)
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (2)
52
SafeBCryptKeyHandle publicKeyInfo = BCryptNative.
ImportAsymmetricPublicKey
(certPublicKeyInfo, 0);
127
using (SafeBCryptKeyHandle bcryptKeyHandle = BCryptNative.
ImportAsymmetricPublicKey
(certPublicKeyInfo, 0))