GetCredential()

ICredentials::GetCredential(System::SharedPtr<Uri>, String) method

Returns credentials for the specified URI and authentication type.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentials::GetCredential(System::SharedPtr<Uri> uri, String authType)=0

Arguments

ParameterTypeDescription
uriSystem::SharedPtr<Uri>The URI for which the authentication type is provided by a client.
authTypeStringThe authentication type.

See Also