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