10 references to RemoveLocations
Templates.Blazor.WebAssembly.Tests (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
479RemoveCertificate(certificate, RemoveLocations.All); 737var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted; 747internal void RemoveCertificate(X509Certificate2 certificate, RemoveLocations locations) 751case RemoveLocations.Undefined: 752throw new InvalidOperationException($"'{nameof(RemoveLocations.Undefined)}' is not a valid location."); 753case RemoveLocations.Local: 756case RemoveLocations.Trusted: 759case RemoveLocations.All: