2 writes to AllowRenegotiation
System.Net.Security (2)
System\Net\Security\SslAuthenticationOptions.cs (2)
44
AllowRenegotiation
= sslClientAuthenticationOptions.AllowRenegotiation;
105
AllowRenegotiation
= sslServerAuthenticationOptions.AllowRenegotiation;
1 reference to AllowRenegotiation
System.Net.Security (1)
System\Net\Security\SslStream.IO.cs (1)
805
if (_sslAuthenticationOptions.
AllowRenegotiation
|| SslProtocol == SslProtocols.Tls13 || _nestedAuth != NestedState.StreamNotInUse)