7 references to InternalError
System.Net.Security (7)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
664return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, GetSslError(ret, errorCode));
System\Net\Security\SslStreamPal.Unix.cs (6)
76token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 103return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, ex); 115_ => new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)errorCode)) 223token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, exc); 266return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, Interop.Crypto.CreateOpenSslCryptographicException()); 270return new SecurityStatusPal(SecurityStatusPalErrorCode.InternalError, new Interop.OpenSsl.SslException((int)code));