2 references to ImportFullKeyBlob
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCng.cs (1)
158
CngKey newKey = ECCng.
ImportFullKeyBlob
(ecfullKeyBlob, includePrivateParameters);
System\Security\Cryptography\ECDsaCng.cs (1)
103
CngKey key = ECCng.
ImportFullKeyBlob
(ecfullKeyBlob, includePrivateParameters);