5 references to Renegotiate
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
860if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 962if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate)
System\Net\Security\SslStream.Protocol.cs (1)
1387return (Status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate);
System\Net\Security\SslStreamPal.Unix.cs (2)
94retVal.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 110Interop.Ssl.SslErrorCode.SSL_ERROR_RENEGOTIATE => new SecurityStatusPal(SecurityStatusPalErrorCode.Renegotiate),