1 instantiation of UserCancelledTrustException
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
97
throw new
UserCancelledTrustException
();
1 reference to UserCancelledTrustException
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\CertificateGeneration\CertificateManager.cs (1)
372
catch (
UserCancelledTrustException
)