2 references to ImportKey
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (2)
161
SafeBCryptKeyHandle key =
ImportKey
(true, source, out byte preservation);
189
return
ImportKey
(false, reducedPublicKey, out _);