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