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