5 references to Renegotiate
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
791if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 885if (status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate)
System\Net\Security\SslStream.Protocol.cs (1)
1352return (Status.ErrorCode == SecurityStatusPalErrorCode.Renegotiate);
System\Net\Security\SslStreamPal.Unix.cs (2)
92retVal.ErrorCode == SecurityStatusPalErrorCode.Renegotiate) 108Interop.Ssl.SslErrorCode.SSL_ERROR_RENEGOTIATE => new SecurityStatusPal(SecurityStatusPalErrorCode.Renegotiate),