We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb001f3 commit e205daeCopy full SHA for e205dae
src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/MsQuicApi.cs
@@ -62,8 +62,8 @@ private MsQuicApi(QUIC_API_TABLE* apiTable)
62
internal static string MsQuicLibraryVersion { get; } = "unknown";
63
internal static string? NotSupportedReason { get; }
64
65
- // workaround for https://github.com/microsoft/msquic/issues/4132
66
- internal static bool SupportsAsyncCertValidation => Version >= new Version(2, 4);
+ // Workaround for https://github.com/microsoft/msquic/issues/4132
+ internal static bool SupportsAsyncCertValidation => Version > new Version(2, 4);
67
68
internal static bool UsesSChannelBackend { get; }
69
0 commit comments