154 references to My
Binding.UDS.IntegrationTests (1)
Client.ChannelLayer.IntegrationTests (3)
dotnet-dev-certs (14)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
dotnet-svcutil-lib (3)
Http3SampleApp (2)
Infrastructure.Common (2)
Kestrel.SampleApp (1)
Microsoft.AspNetCore.DataProtection.Extensions.Tests (7)
Microsoft.AspNetCore.DeveloperCertificates.XPlat (12)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (17)
CertificateManagerTests.cs (17)
56var httpsCertificates = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
113using (var store = new X509Store(StoreName.My, StoreLocation.CurrentUser))
143var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
175var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
208var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
239var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
251var importedCertificate = Assert.Single(_manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false));
272var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
299var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
321Assert.Empty(_manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false));
339var httpsCertificate = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false).Single(c => c.Subject == TestCertificateSubject);
392var httpsCertificateList = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true);
410var httpsCertificateList = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true);
427var httpsCertificateList = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true);
445var httpsCertificateList = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true);
468var httpsCertificateList = _manager.ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true);
535Manager.RemoveAllCertificates(StoreName.My, StoreLocation.CurrentUser);
Microsoft.AspNetCore.Server.Kestrel.Core (15)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Microsoft.Build.Tasks.Core (3)
Microsoft.Build.Tasks.UnitTests (1)
Security.TransportSecurity.IntegrationTests (8)
System.Net.Http (1)
System.Net.Security (1)
System.Security.Cryptography (1)
System.Security.Cryptography.Pkcs (2)
Templates.Blazor.Tests (12)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Templates.Blazor.WebAssembly.Auth.Tests (12)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Templates.Blazor.WebAssembly.Tests (12)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Templates.Mvc.Tests (12)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the
Templates.Tests (12)
src\Shared\CertificateGeneration\CertificateManager.cs (9)
182ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
196var currentUserCertificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: true, requireExportable: true);
197var localMachineCertificates = ListCertificates(StoreName.My, StoreLocation.LocalMachine, isValid: true, requireExportable: true);
406var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false, requireExportable: false);
465var certificates = ListCertificates(StoreName.My, StoreLocation.CurrentUser, isValid: false);
698var name = StoreName.My;
737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted;
835using var store = new X509Store(StoreName.My, StoreLocation.CurrentUser);
869/// Given a certificate, usually from the <see cref="StoreName.My"/> store, try to find the