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