3 references to ECDiffieHellmanCngPublicKey
System.Core (3)
System\Security\Cryptography\ECDiffieHellmanCngPublicKey.cs (3)
74
return new
ECDiffieHellmanCngPublicKey
(publicKeyBlob, null, format);
85
return new
ECDiffieHellmanCngPublicKey
(blob, curveName, format);
110
return new
ECDiffieHellmanCngPublicKey
(blob, curveName, format);