5 references to Renegotiate
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
816if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 918if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate)
System\Net\Security\SslStream.Protocol.cs (1)
1377return (Status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate);
System\Net\Security\SslStreamPal.Unix.cs (2)
93retVal.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 109Interop.Ssl.SslErrorCode.SSL_ERROR_RENEGOTIATE => new SecurityStatusPal(SecurityStatusPalErrorCode.Renegotiate),