2 writes to AllowRenegotiation
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\SniOptionsSelector.cs (1)
190
AllowRenegotiation
= sslOptions.AllowRenegotiation,
Middleware\HttpsConnectionMiddleware.cs (1)
396
serverOptions.
AllowRenegotiation
= false;
2 references to AllowRenegotiation
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\SniOptionsSelector.cs (1)
190
AllowRenegotiation = sslOptions.
AllowRenegotiation
,
System.Net.Security (1)
System\Net\Security\SslAuthenticationOptions.cs (1)
118
AllowRenegotiation = sslServerAuthenticationOptions.
AllowRenegotiation
;