5 references to Create
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Certificates\CertificateConfigLoader.cs (1)
119using var ecdsa = ECDsa.Create();
System.Security.Cryptography (4)
System\Security\Cryptography\CryptoConfig.cs (1)
421return ECDsa.Create();
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
253ECDsa ecdsa = ECDsa.Create();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1179static keyPem => CreateAndImport(keyPem, ECDsa.Create), 1266static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, ECDsa.Create),