5 references to CredentialsNeeded
System.Net.Security (5)
src\runtime\src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
735
return SecurityStatusPalErrorCode.
CredentialsNeeded
;
System\Net\Security\SslStream.Protocol.cs (1)
884
if (token.Status.ErrorCode == SecurityStatusPalErrorCode.
CredentialsNeeded
)
System\Net\Security\SslStreamPal.Unix.cs (3)
124
Interop.Ssl.SslErrorCode.SSL_ERROR_WANT_X509_LOOKUP => new SecurityStatusPal(SecurityStatusPalErrorCode.
CredentialsNeeded
),
203
if (errorCode == SecurityStatusPalErrorCode.
CredentialsNeeded
)
214
token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.
CredentialsNeeded
);