System::Net::CredentialCache::Remove méthode

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ètreTypeDescription
hôteStringLe nom d’hôte avec lequel les informations d’identification sont associées.
portint32_tLe numéro de port.
authenticationTypeStringUn type d’authentification.

Voir aussi

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ètreTypeDescription
uriPrefixSystem::SharedPtr<Uri>Le préfixe URI.
authenticationTypeStringLe type d’authentification.

Voir aussi