2 implementations of ICredentialsByHost
System.Net.Primitives (2)
System\Net\CredentialCache.cs (1)
14
public class CredentialCache : ICredentials,
ICredentialsByHost
, IEnumerable
System\Net\NetworkCredential.cs (1)
16
public class NetworkCredential : ICredentials,
ICredentialsByHost
8 references to ICredentialsByHost
netstandard (1)
netstandard.cs (1)
1157
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ICredentialsByHost
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
642
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
ICredentialsByHost
))]
System.Net.Mail (6)
System\Net\Mail\SmtpClient.cs (2)
67
private
ICredentialsByHost
? _customCredentials;
220
public
ICredentialsByHost
? Credentials
System\Net\Mail\SmtpConnection.cs (2)
35
private readonly
ICredentialsByHost
? _credentials;
40
internal SmtpConnection(SmtpTransport parent, SmtpClient client,
ICredentialsByHost
? credentials, ISmtpAuthenticationModule[] authenticationModules)
System\Net\Mail\SmtpTransport.cs (2)
20
private
ICredentialsByHost
? _credentials;
40
internal
ICredentialsByHost
? Credentials