2 references to ImportPublicKey
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (2)
66
using (SafeBCryptKeyHandle otherPartyKey =
ImportPublicKey
(otherPartyPublicKey, out _))
168
SafeBCryptKeyHandle key =
ImportPublicKey
(source, out bool requiredReduction);