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