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