System::Net::NetworkCredential::GetCredential método
Contenido
[
Ocultar
]NetworkCredential::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::NetworkCredential::GetCredential(String host, int32_t port, String authenticationType) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| host | String | El nombre de host. |
| 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 NetworkCredential
- Namespace System::Net
- Library Aspose.Page for C++
NetworkCredential::GetCredential(System::SharedPtr<Uri>, String) method
Devuelve credenciales para el URI especificado y el tipo de autenticación.
System::SharedPtr<NetworkCredential> System::Net::NetworkCredential::GetCredential(System::SharedPtr<Uri> uri, String authenticationType) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| uri | System::SharedPtr<Uri> | El URI. |
| authenticationType | String | El tipo de autenticación. |
Ver también
- Typedef SharedPtr
- Class NetworkCredential
- Class Uri
- Class String
- Class NetworkCredential
- Namespace System::Net
- Library Aspose.Page for C++