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