CredentialCache.Remove Method (Uri, String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Deletes a NetworkCredential instance from the cache if it is associated with the specified Uniform Resource Identifier (URI) prefix and authentication protocol.
Assembly: System.Net (in System.Net.dll)
Parameters
- uriPrefix
- Type: System.Uri
A Uri that specifies the URI prefix of the resources that the credential is used for.
- authType
- Type: System.String
The authentication scheme used by the host named in uriPrefix.
Show: