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 laquelle le type d’authentification est fourni par le client.
typeAuthentificationStringLe type d’authentification.

Remarques

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

Voir aussi