10 references to RemoveLocations
dotnet-dev-certs (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
479
RemoveCertificate(certificate,
RemoveLocations
.All);
737
var
removeLocation = storeName == StoreName.My ?
RemoveLocations
.Local :
RemoveLocations
.Trusted;
747
internal void RemoveCertificate(X509Certificate2 certificate,
RemoveLocations
locations)
751
case
RemoveLocations
.Undefined:
752
throw new InvalidOperationException($"'{nameof(
RemoveLocations
.Undefined)}' is not a valid location.");
753
case
RemoveLocations
.Local:
756
case
RemoveLocations
.Trusted:
759
case
RemoveLocations
.All: