mscorlib(4.0.0.0) API with additions
|
Provides the base authentication interface for retrieving credentials for Web client authentication. More...
Public Member Functions | |
NetworkCredential | GetCredential (Uri uri, string authType) |
Returns a T:System.Net.NetworkCredential object that is associated with the specified URI, and authentication type. More... | |
Provides the base authentication interface for retrieving credentials for Web client authentication.
Definition at line 5 of file ICredentials.cs.
NetworkCredential System.Net.ICredentials.GetCredential | ( | Uri | uri, |
string | authType | ||
) |
Returns a T:System.Net.NetworkCredential object that is associated with the specified URI, and authentication type.
uri | The T:System.Uri that the client is providing authentication for. |
authType | The type of authentication, as defined in the P:System.Net.IAuthenticationModule.AuthenticationType property. |
null
.Implemented in System.Net.CredentialCache, and System.Net.NetworkCredential.