System::Net::CredentialCache::Remove méthode
Contenu
[
Cacher
]CredentialCache::Remove(String, int32_t, String) method
Supprime les informations d’identification réseau pour le nom d’hôte, le port et le type d’authentification spécifiés.
void System::Net::CredentialCache::Remove(String host, int32_t port, String authenticationType)
| Paramètre | Type | Description |
|---|---|---|
| hôte | String | Le nom d’hôte avec lequel les informations d’identification sont associées. |
| port | int32_t | Le numéro de port. |
| authenticationType | String | Un type d’authentification. |
Voir aussi
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Font for C++
CredentialCache::Remove(System::SharedPtr<Uri>, String) method
Supprime les informations d’identification réseau pour le préfixe URI spécifié et le type d’authentification.
void System::Net::CredentialCache::Remove(System::SharedPtr<Uri> uriPrefix, String authenticationType)
| Paramètre | Type | Description |
|---|---|---|
| uriPrefix | System::SharedPtr<Uri> | Le préfixe URI. |
| authenticationType | String | Le type d’authentification. |
Voir aussi
- Typedef SharedPtr
- Class Uri
- Class String
- Class CredentialCache
- Namespace System::Net
- Library Aspose.Font for C++