16 references to Create
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
HttpStress (1)
Program.cs (1)
396using (RSA rsa = RSA.Create())
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Certificates\CertificateConfigLoader.cs (1)
105using var rsa = RSA.Create();
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
System.Security.Cryptography (5)
System\Security\Cryptography\RSA.cs (2)
31RSA rsa = Create(); 48RSA rsa = Create();
System\Security\Cryptography\X509Certificates\PublicKey.cs (1)
171RSA rsa = RSA.Create();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
950Oids.Rsa => ExtractKeyFromPem<RSA>(keyPem, s_RsaPublicKeyPrivateKeyLabels, RSA.Create, certificate.CopyWithPrivateKey), 1021Oids.Rsa => ExtractKeyFromEncryptedPem<RSA>(keyPem, password, RSA.Create, certificate.CopyWithPrivateKey),
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\RSAKeyValue.cs (1)
18_key = RSA.Create();
Templates.Blazor.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
Templates.Mvc.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();
Templates.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
509key = RSA.Create();