4 references to Renegotiate
System.Net.Security (4)
System\Net\Security\SslStream.IO.cs (1)
921if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate)
System\Net\Security\SslStream.Protocol.cs (2)
1044if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 1458return (Status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate);
System\Net\Security\SslStreamPal.Unix.cs (1)
117Interop.Ssl.SslErrorCode.SSL_ERROR_RENEGOTIATE => new SecurityStatusPal(SecurityStatusPalErrorCode.Renegotiate),