10 references to RemoveLocations
Templates.Blazor.WebAssembly.Tests (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
516RemoveCertificate(certificate, RemoveLocations.All); 776var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted; 786internal void RemoveCertificate(X509Certificate2 certificate, RemoveLocations locations) 790case RemoveLocations.Undefined: 791throw new InvalidOperationException($"'{nameof(RemoveLocations.Undefined)}' is not a valid location."); 792case RemoveLocations.Local: 795case RemoveLocations.Trusted: 798case RemoveLocations.All: