21 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)
102using (var rsa = RSA.Create())
Microsoft.DotNet.StrongName (2)
Signing.cs (1)
208using (RSA snkRSA = RSA.Create())
Verification.cs (1)
110using (RSA 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)
210RSA rsa = RSA.Create();
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
1260static keyPem => CreateAndImport(keyPem, RSA.Create), 1352static (keyPem, password) => CreateAndImportEncrypted(keyPem, password, RSA.Create),
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();