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