6 references to Import
System.Security.Cryptography (6)
System\Security\Cryptography\ECDiffieHellmanCng.Derive.cs (4)
17using (CngKey import = otherKey.Import()) 35using (CngKey importedKey = otherKey.Import()) 104using (CngKey importedKey = otherKey.Import()) 117using (CngKey importedKey = otherKey.Import())
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
116using (CngKey key = Import()) 136using (CngKey key = Import())