1 reference to UserCancelledErrorCode
dotnet-dev-certs (1)
src\Shared\CertificateGeneration\WindowsCertificateManager.cs (1)
94
catch (CryptographicException exception) when (exception.HResult ==
UserCancelledErrorCode
)