5 references to Renegotiate
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (1)
960
if (status.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
)
System\Net\Security\SslStream.Protocol.cs (2)
1085
if (status.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
)
1540
return (Status.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
);
System\Net\Security\SslStreamPal.Unix.cs (1)
122
Interop.Ssl.SslErrorCode.SSL_ERROR_RENEGOTIATE => new SecurityStatusPal(SecurityStatusPalErrorCode.
Renegotiate
),
System\Net\Security\TlsSession.cs (1)
1298
case SecurityStatusPalErrorCode.
Renegotiate
: