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ètre | Type | Description |
|---|---|---|
| hôte | String | L’hôte qui authentifie le client. |
| port | int32_t | Le numéro de port de l’hôte. |
| authenticationType | String | Le type d’authentification. |
Remarques
Renvoie les informations d’identification pour l’hôte spécifié et le type d’authentification.
Voir aussi
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class ICredentialsByHost
- Namespace System::Net
- Library Aspose.Font for C++