2 references to HasECDiffieHellmanKeyUsage
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
718return this.GetPublicKey<ECDiffieHellman>(HasECDiffieHellmanKeyUsage); 733return this.GetPrivateKey<ECDiffieHellman>(HasECDiffieHellmanKeyUsage);