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