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