2 references to DontEnableTlsAlerts
System (2)
net\System\Net\_SecureChannel.cs (1)
1315
if (LocalAppContextSwitches.
DontEnableTlsAlerts
)
net\System\Net\SecureProtocols\_SslState.cs (1)
463
if (shutdownCheck && _Shutdown && !LocalAppContextSwitches.
DontEnableTlsAlerts
) {