10 references to RemoveLocations
Templates.Blazor.WebAssembly.Tests (10)
src\Shared\CertificateGeneration\CertificateManager.cs (10)
524
RemoveCertificate(certificate,
RemoveLocations
.All);
788
var
removeLocation = storeName == StoreName.My ?
RemoveLocations
.Local :
RemoveLocations
.Trusted;
798
internal void RemoveCertificate(X509Certificate2 certificate,
RemoveLocations
locations)
802
case
RemoveLocations
.Undefined:
803
throw new InvalidOperationException($"'{nameof(
RemoveLocations
.Undefined)}' is not a valid location.");
804
case
RemoveLocations
.Local:
807
case
RemoveLocations
.Trusted:
810
case
RemoveLocations
.All: