Remove()

CredentialCache::Remove(System::SharedPtr<Uri>, String) method

Removes network credentials for the specified URI prefix and authentication type.

void System::Net::CredentialCache::Remove(System::SharedPtr<Uri> uriPrefix, String authenticationType)

Arguments

ParameterTypeDescription
uriPrefixSystem::SharedPtr<Uri>The URI prefix.
authenticationTypeStringThe authentication type.

CredentialCache::Remove(String, int32_t, String) method

Removes network credentials for the specified host name, port, and authentication type.

void System::Net::CredentialCache::Remove(String host, int32_t port, String authenticationType)

Arguments

ParameterTypeDescription
hostStringThe host name with which the credentials are associated.
portint32_tThe port number.
authenticationTypeStringAn authentication type.

See Also