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