3 references to net_io_encrypt
System.Net.Security (3)
System\Net\Security\NegotiateStream.cs (1)
541throw new IOException(SR.net_io_encrypt);
System\Net\Security\SslStream.IO.cs (2)
724return ValueTask.FromException(ExceptionDispatchInfo.SetCurrentStackTrace(new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status)))); 759throw new IOException(SR.net_io_encrypt, SslStreamPal.GetException(token.Status));