CredentialCache.Remove Method
.NET Framework 2.0
Deletes a NetworkCredential instance from the cache.
Name | Description |
---|---|
CredentialCache.Remove (Uri, String) | Deletes a NetworkCredential instance from the cache if it is associated with the specified Uniform Resource Identifier (URI) prefix and authentication protocol. Supported by the .NET Compact Framework. |
CredentialCache.Remove (String, Int32, String) | Deletes a NetworkCredential instance from the cache if it is associated with the specified host, port, and authentication protocol. |
Show: