System::Net::CredentialCache::Remove método
Contenido
[
Ocultar
]CredentialCache::Remove(String, int32_t, String) method
Elimina las credenciales de red para el nombre de host, puerto y tipo de autenticación especificados.
void System::Net::CredentialCache::Remove(String host, int32_t port, String authenticationType)
| 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 | Un tipo de autenticación. |
Ver también
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Page for C++
CredentialCache::Remove(System::SharedPtr<Uri>, String) method
Elimina las credenciales de red para el prefijo URI especificado y el tipo de autenticación.
void System::Net::CredentialCache::Remove(System::SharedPtr<Uri> uriPrefix, String authenticationType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| uriPrefix | System::SharedPtr<Uri> | El prefijo URI. |
| authenticationType | String | El tipo de autenticación. |
Ver también
- Typedef SharedPtr
- Class Uri
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Page for C++