5 references to Renegotiate
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (2)
860
if (status.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
)
962
if (status.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
)
System\Net\Security\SslStream.Protocol.cs (1)
1387
return (Status.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
);
System\Net\Security\SslStreamPal.Unix.cs (2)
94
retVal.ErrorCode == SecurityStatusPalErrorCode.
Renegotiate
)
110
Interop.Ssl.SslErrorCode.SSL_ERROR_RENEGOTIATE => new SecurityStatusPal(SecurityStatusPalErrorCode.
Renegotiate
),