2 references to ECDiffieHellmanCngPublicKey
System.Security.Cryptography (2)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (2)
79
return new
ECDiffieHellmanCngPublicKey
(publicKeyBlob, null, format);
88
return new
ECDiffieHellmanCngPublicKey
(blob, curveName, format);