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