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