2 references to ImportKeyBlob
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
172
CngKey newKey = ECCng.
ImportKeyBlob
(ecfullKeyBlob, curveName, includePrivateParameters);
System\Security\Cryptography\ECDsaCng.cs (1)
117
CngKey key = ECCng.
ImportKeyBlob
(ecfullKeyBlob, curveName, includePrivateParameters);