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