5 references to net_io_decrypt
System.Net.Security (5)
System\Net\Security\SslStream.IO.cs (1)
976
throw new IOException(SR.
net_io_decrypt
, SslStreamPal.GetException(status));
System\Net\Security\TlsSession.cs (3)
902
throw new IOException(SR.
net_io_decrypt
);
1254
throw new IOException(SR.
net_io_decrypt
);
1325
throw new IOException(SR.
net_io_decrypt
, SslStreamPal.GetException(status));
System\Net\Security\TlsSession.OpenSsl.cs (1)
158
throw new IOException(SR.
net_io_decrypt
);