System::Net::ICredentialsByHost::GetCredential metodo
ICredentialsByHost::GetCredential method
Informazioni RTTI.
virtual System::SharedPtr<NetworkCredential> System::Net::ICredentialsByHost::GetCredential(String host, int32_t port, String authenticationType)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| host | Stringa | L’host che autentica il client. |
| porta | int32_t | Il numero di porta dell’host. |
| authenticationType | Stringa | Il tipo di autenticazione. |
Osservazioni
Restituisce le credenziali per l’host specificato e il tipo di autenticazione.
Vedi anche
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class ICredentialsByHost
- Namespace System::Net
- Library Aspose.Font for C++