Metodo System::Net::CredentialCache::GetCredential
Contenuti
[
Nascondere
]CredentialCache::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::CredentialCache::GetCredential(String host, int32_t port, String authenticationType) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| host | Stringa | Il nome host a cui sono associate le credenziali. |
| porta | int32_t | Il numero di porta. |
| authenticationType | Stringa | Il tipo di autenticazione. |
Vedi anche
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Font for C++
CredentialCache::GetCredential(System::SharedPtr<Uri>, String) method
Restituisce le credenziali per il prefisso URI specificato e il tipo di autenticazione.
System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(System::SharedPtr<Uri> uriPrefix, String authenticationType) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| uriPrefix | System::SharedPtr<Uri> | Il prefisso URI. |
| authenticationType | Stringa | Un tipo di autenticazione. |
Vedi anche
- Typedef SharedPtr
- Class NetworkCredential
- Class Uri
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Font for C++