1 instantiation of UserCancelledTrustException
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
102throw new UserCancelledTrustException();
1 reference to UserCancelledTrustException
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\aspnetcore\src\Shared\CertificateGeneration\CertificateManager.cs (1)
502catch (UserCancelledTrustException)