5 references to net_io_encrypt
System.Net.Security (5)
System\Net\Security\NegotiateStream.cs (1)
546throw new IOException(SR.net_io_encrypt);
System\Net\Security\SslStream.IO.cs (2)
754return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status)))); 789throw new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status));
System\Net\Security\TlsSession.cs (2)
1190throw new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status)); 1488throw new IOException(SR.net_io_encrypt, SslStreamPal.GetException(status));