System::Net::ICredentialsByHost::GetCredential méthode

ICredentialsByHost::GetCredential method

Informations RTTI.

virtual System::SharedPtr<NetworkCredential> System::Net::ICredentialsByHost::GetCredential(String host, int32_t port, String authenticationType)=0
ParamètreTypeDescription
hôteStringL’hôte qui authentifie le client.
portint32_tLe numéro de port de l’hôte.
authenticationTypeStringLe type d’authentification.

Remarques

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

Voir aussi