10 references to RemoveLocations
dotnet-dev-certs (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
520RemoveCertificate(certificate, RemoveLocations.All); 782var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted; 792internal void RemoveCertificate(X509Certificate2 certificate, RemoveLocations locations) 796case RemoveLocations.Undefined: 797throw new InvalidOperationException($"'{nameof(RemoveLocations.Undefined)}' is not a valid location."); 798case RemoveLocations.Local: 801case RemoveLocations.Trusted: 804case RemoveLocations.All: