4 writes to AllowRenegotiation
System.Net.Security (4)
System\Net\Security\SslAuthenticationOptions.cs (4)
61AllowRenegotiation = sslClientAuthenticationOptions.AllowRenegotiation; 133AllowRenegotiation = sslServerAuthenticationOptions.AllowRenegotiation; 219AllowRenegotiation = AllowRenegotiation, 255AllowRenegotiation = other.AllowRenegotiation;
3 references to AllowRenegotiation
System.Net.Security (3)
System\Net\Security\SslAuthenticationOptions.cs (2)
219AllowRenegotiation = AllowRenegotiation, 255AllowRenegotiation = other.AllowRenegotiation;
System\Net\Security\SslStream.Protocol.cs (1)
1100if (_sslAuthenticationOptions.AllowRenegotiation || SslProtocol == SslProtocols.Tls13 || _nestedAuth != NestedState.StreamNotInUse)