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