System::Net::ICredentials::GetCredential method

ICredentials::GetCredential method

RTTI information.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentials::GetCredential(System::SharedPtr<Uri> uri, String authType)=0
ParameterTypeDescription
uriSystem::SharedPtr<Uri>The URI for which the authentication type is provided by a client.
authTypeStringThe authentication type.

Remarks

Returns credentials for the specified URI and authentication type.

See Also