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