2 references to Import
System.Security.Cryptography (2)
System\Security\Cryptography\ECCng.ImportExport.cs (1)
14CngKey newKey = CngKey.Import(ecBlob, curveName, blobFormat);
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (1)
100return CngKey.Import(ToByteArray(), _curveName, BlobFormat);