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