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