10 references to RemoveLocations
Templates.Blazor.Tests (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
516
RemoveCertificate(certificate,
RemoveLocations
.All);
776
var
removeLocation = storeName == StoreName.My ?
RemoveLocations
.Local :
RemoveLocations
.Trusted;
786
internal void RemoveCertificate(X509Certificate2 certificate,
RemoveLocations
locations)
790
case
RemoveLocations
.Undefined:
791
throw new InvalidOperationException($"'{nameof(
RemoveLocations
.Undefined)}' is not a valid location.");
792
case
RemoveLocations
.Local:
795
case
RemoveLocations
.Trusted:
798
case
RemoveLocations
.All: