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