System::Net::NetworkCredential::GetCredential method
Contenuti
[
Nascondere
]NetworkCredential::GetCredential(String, int32_t, String) method
Restituisce le credenziali per il nome host specificato, la porta e il tipo di autenticazione.
System::SharedPtr<NetworkCredential> System::Net::NetworkCredential::GetCredential(String host, int32_t port, String authenticationType) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| host | Stringa | Il nome host. |
| porta | int32_t | Il numero di porta. |
| authenticationType | Stringa | Il tipo di autenticazione. |
Vedi anche
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++
NetworkCredential::GetCredential(System::SharedPtr<Uri>, String) method
Restituisce le credenziali per l’URI specificato e il tipo di autenticazione.
System::SharedPtr<NetworkCredential> System::Net::NetworkCredential::GetCredential(System::SharedPtr<Uri> uri, String authenticationType) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| uri | System::SharedPtr<Uri> | L’URI. |
| authenticationType | Stringa | Il tipo di autenticazione. |
Vedi anche
- Typedef SharedPtr
- Class NetworkCredential
- Class Uri
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Font for C++