3 references to Import
System.Security.Cryptography (3)
System\Security\Cryptography\DSACng.ImportExport.cs (1)
25CngKey newKey = CngKey.Import(dsaBlob, blobFormat);
System\Security\Cryptography\ECCng.ImportExport.cs (1)
23CngKey newKey = CngKey.Import(ecBlob, blobFormat);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
72using (CngKey imported = CngKey.Import(publicKeyBlob, format))