4 references to Import
System.Core (4)
System\Security\Cryptography\ECDiffieHellmanCng.cs (2)
328
using (CngKey import = otherKey.
Import
()) {
503
using (CngKey importedKey = otherKey.
Import
()) {
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
148
using (CngKey key =
Import
()) {
163
using (CngKey key =
Import
()) {