10 references to RemoveLocations
aspire (10)
Certificates\CertificateGeneration\CertificateManager.cs (10)
623RemoveCertificate(certificate, RemoveLocations.All); 896var removeLocation = storeName == StoreName.My ? RemoveLocations.Local : RemoveLocations.Trusted; 906internal void RemoveCertificate(X509Certificate2 certificate, RemoveLocations locations) 910case RemoveLocations.Undefined: 911throw new InvalidOperationException($"'{nameof(RemoveLocations.Undefined)}' is not a valid location."); 912case RemoveLocations.Local: 915case RemoveLocations.Trusted: 918case RemoveLocations.All: