3 references to Create
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
300ECDiffieHellman ecdh = ECDiffieHellman.Create();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1271static keyPem => CreateAndImport(keyPem, ECDiffieHellman.Create), 1364static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, ECDiffieHellman.Create),