10 references to RemoveLocations
Microsoft.AspNetCore.Shared.Tests (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
523RemoveCertificate(certificate, RemoveLocations.All); 785var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted; 795internal void RemoveCertificate(X509Certificate2 certificate, RemoveLocations locations) 799case RemoveLocations.Undefined: 800throw new InvalidOperationException($"'{nameof(RemoveLocations.Undefined)}' is not a valid location."); 801case RemoveLocations.Local: 804case RemoveLocations.Trusted: 807case RemoveLocations.All: