System::Net::CredentialCache::GetCredential método
Contenido
[
Ocultar
]CredentialCache::GetCredential(String, int32_t, String) method
Devuelve credenciales para el nombre de host, puerto y tipo de autenticación especificados.
System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(String host, int32_t port, String authenticationType) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| host | String | El nombre de host con el que están asociadas las credenciales. |
| puerto | int32_t | El número de puerto. |
| authenticationType | String | El tipo de autenticación. |
Ver también
- Typedef SharedPtr
- Class NetworkCredential
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Page for C++
CredentialCache::GetCredential(System::SharedPtr<Uri>, String) method
Devuelve credenciales para el prefijo URI especificado y el tipo de autenticación.
System::SharedPtr<NetworkCredential> System::Net::CredentialCache::GetCredential(System::SharedPtr<Uri> uriPrefix, String authenticationType) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| uriPrefix | System::SharedPtr<Uri> | El prefijo URI. |
| authenticationType | String | Un tipo de autenticación. |
Ver también
- Typedef SharedPtr
- Class NetworkCredential
- Class Uri
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Page for C++