105 references to My
aspire (14)
Certificates\CertificateGeneration\CertificateManager.cs (9)
252ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
287var allCurrentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
288var allLocalMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
543var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
609var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
857var name = StoreName.My;
896var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
1020using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
1054/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Aspire.Hosting (1)
Aspire.Playground.Tests (1)
Aspire.TestUtilities (1)
Binding.UDS.IntegrationTests (1)
Client.ChannelLayer.IntegrationTests (3)
dotnet-dev-certs (15)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (9)
254ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
289var allCurrentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
290var allLocalMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
546var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
612var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
860var name = StoreName.My;
899var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
1023using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
1057/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
dotnet-svcutil-lib (3)
Infrastructure.Common (2)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (12)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (9)
254ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
289var allCurrentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
290var allLocalMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
546var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
612var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
860var name = StoreName.My;
899var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
1023using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
1057/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Microsoft.AspNetCore.Server.Kestrel.Core (15)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (9)
254ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
289var allCurrentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
290var allLocalMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
546var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
612var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
860var name = StoreName.My;
899var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
1023using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
1057/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Microsoft.Build.Tasks.Core (3)
NuGet.CommandLine.XPlat (1)
NuGet.Configuration (2)
RepoTasks (12)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (9)
254ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
289var allCurrentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
290var allLocalMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
546var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
612var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
860var name = StoreName.My;
899var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
1023using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
1057/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Security.TransportSecurity.IntegrationTests (8)
System.Net.Http (1)
System.Net.Http.WinHttpHandler (1)
System.Net.Security (1)
System.Security.Cryptography (1)
System.Security.Cryptography.Pkcs (4)
System.ServiceModel.Http (1)
System.ServiceModel.Primitives (2)