1 write to Manager
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (1)
CertificateManagerTests.cs (1)
552Manager = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ?
5 references to Manager
Microsoft.AspNetCore.DeveloperCertificates.XPlat.Tests (5)
CertificateManagerTests.cs (5)
20private CertificateManager _manager => _fixture.Manager; 567Manager.MinimumAspNetHttpsCertificateVersion = 1; 568Manager.AspNetHttpsCertificateVersion = 1; 569Manager.RemoveAllCertificates(StoreName.My, StoreLocation.CurrentUser); 572Manager.RemoveAllCertificates(StoreName.Root, StoreLocation.CurrentUser);