44 references to Root
aspire (8)
Certificates\CertificateGeneration\CertificateManager.cs (1)
1055
/// corresponding certificate in <paramref name="store"/> (usually the <see cref="StoreName.
Root
"/> store)."/>
Certificates\CertificateGeneration\UnixCertificateManager.cs (2)
208
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
447
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
Certificates\CertificateGeneration\WindowsCertificateManager.cs (3)
77
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
106
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
123
var isTrusted = ListCertificates(StoreName.
Root
, StoreLocation.CurrentUser, isValid: true, requireExportable: false)
src\Shared\X509Certificate2Extensions.cs (2)
91
(StoreName.
Root
, StoreLocation.CurrentUser),
92
(StoreName.
Root
, StoreLocation.LocalMachine),
Aspire.Hosting (3)
DeveloperCertificateService.cs (1)
68
using var rootStore = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
src\Shared\X509Certificate2Extensions.cs (2)
91
(StoreName.
Root
, StoreLocation.CurrentUser),
92
(StoreName.
Root
, StoreLocation.LocalMachine),
Aspire.Playground.Tests (2)
src\Shared\X509Certificate2Extensions.cs (2)
91
(StoreName.
Root
, StoreLocation.CurrentUser),
92
(StoreName.
Root
, StoreLocation.LocalMachine),
Aspire.TestUtilities (2)
src\Shared\X509Certificate2Extensions.cs (2)
91
(StoreName.
Root
, StoreLocation.CurrentUser),
92
(StoreName.
Root
, StoreLocation.LocalMachine),
dotnet-dev-certs (6)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
1058
/// corresponding certificate in <paramref name="store"/> (usually the <see cref="StoreName.
Root
"/> store)."/>
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
208
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
447
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (3)
81
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
110
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
127
var isTrusted = ListCertificates(StoreName.
Root
, StoreLocation.CurrentUser, isValid: true, requireExportable: false)
Infrastructure.Common (3)
CertificateManager.cs (3)
47
using (var store = new X509Store(StoreName.
Root
, StoreLocation.LocalMachine))
208
return CertificateFromThumbprint(StoreName.
Root
, PlatformSpecificRootStoreLocation, thumbprint, validOnly);
235
certificate = AddToStoreIfNeeded(StoreName.
Root
, PlatformSpecificRootStoreLocation, certificate);
Microsoft.AspNetCore.DeveloperCertificates.XPlat (6)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
1058
/// corresponding certificate in <paramref name="store"/> (usually the <see cref="StoreName.
Root
"/> store)."/>
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
208
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
447
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (3)
81
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
110
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
127
var isTrusted = ListCertificates(StoreName.
Root
, StoreLocation.CurrentUser, isValid: true, requireExportable: false)
Microsoft.AspNetCore.Server.Kestrel.Core (6)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
1058
/// corresponding certificate in <paramref name="store"/> (usually the <see cref="StoreName.
Root
"/> store)."/>
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
208
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
447
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (3)
81
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
110
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
127
var isTrusted = ListCertificates(StoreName.
Root
, StoreLocation.CurrentUser, isValid: true, requireExportable: false)
NuGet.Configuration (1)
Settings\Items\StoreClientCertItem.cs (1)
181
GetString(StoreName.
Root
),
RepoTasks (6)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
1058
/// corresponding certificate in <paramref name="store"/> (usually the <see cref="StoreName.
Root
"/> store)."/>
src\aspnetcore\src\Shared\CertificateGeneration\UnixCertificateManager.cs (2)
208
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
447
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (3)
81
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
110
using var store = new X509Store(StoreName.
Root
, StoreLocation.CurrentUser);
127
var isTrusted = ListCertificates(StoreName.
Root
, StoreLocation.CurrentUser, isValid: true, requireExportable: false)
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Store.cs (1)
49
StoreName.
Root
=> RootStoreName,