5 references to CredentialsNeeded
System.Net.Security (5)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.OpenSsl.cs (1)
533
return SecurityStatusPalErrorCode.
CredentialsNeeded
;
System\Net\Security\SslStream.Protocol.cs (1)
913
if (token.Status.ErrorCode == SecurityStatusPalErrorCode.
CredentialsNeeded
)
System\Net\Security\SslStreamPal.Unix.cs (3)
110
Interop.Ssl.SslErrorCode.SSL_ERROR_WANT_X509_LOOKUP => new SecurityStatusPal(SecurityStatusPalErrorCode.
CredentialsNeeded
),
190
if (errorCode == SecurityStatusPalErrorCode.
CredentialsNeeded
)
201
token.Status = new SecurityStatusPal(SecurityStatusPalErrorCode.
CredentialsNeeded
);