Méthode System::Net::ICredentials::GetCredential

ICredentials::GetCredential method

Informations RTTI.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentials::GetCredential(System::SharedPtr<Uri> uri, String authType)=0
ParamètreTypeDescription
uriSystem::SharedPtr<Uri>L’URI pour lequel le type d’authentification est fourni par un client.
authTypeStringLe type d’authentification.

Remarques

Renvoie les informations d’identification pour l’URI spécifié et le type d’authentification.

Voir aussi