19 references to Create
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();
HttpStress (1)
Program.cs (1)
396using (RSA rsa = RSA.Create())
Microsoft.AspNetCore.DeveloperCertificates.XPlat (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Certificates\CertificateConfigLoader.cs (1)
105using var rsa = RSA.Create();
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();
Microsoft.AspNetCore.Testing (1)
FakeSslCertificateFactory.cs (1)
54: RSA.Create();
Microsoft.CodeAnalysis (1)
PEWriter\SigningUtilities.cs (1)
24using (var rsa = RSA.Create())
Microsoft.CodeAnalysis.Test.Utilities (1)
Metadata\ILValidation.cs (1)
100using (var rsa = 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)
953Oids.Rsa => ExtractKeyFromPem<RSA>(keyPem, s_RsaPublicKeyPrivateKeyLabels, RSA.Create, certificate.CopyWithPrivateKey), 1024Oids.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)
553key = RSA.Create();
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();
Templates.Mvc.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();
Templates.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
553key = RSA.Create();