CredentialCache Class
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Provides storage for multiple credentials.
Assembly: System.Net (in System.Net.dll)
The CredentialCache type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultCredentials | Gets the system credentials of the application. |
![]() ![]() | DefaultNetworkCredentials | Gets the network credentials of the current security context. |
| Name | Description | |
|---|---|---|
![]() | Add(Uri, String, NetworkCredential) | Adds a NetworkCredential instance to the credential cache for use with protocols other than SMTP and associates it with a Uniform Resource Identifier (URI) prefix and authentication protocol. |
![]() | Add(String, Int32, String, NetworkCredential) | Adds a NetworkCredential instance for use with SMTP to the credential cache and associates it with a host computer, port, and authentication protocol. Credentials added using this method are valid for SMTP only. This method does not work for HTTP or FTP requests. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetCredential(Uri, String) | Returns a NetworkCredential instance associated with the specified Uniform Resource Identifier (URI) and authentication type. |
![]() | GetCredential(String, Int32, String) | Returns the NetworkCredential instance associated with the specified host, port, and authentication protocol. |
![]() | GetEnumerator | Returns an enumerator that can iterate through the CredentialCache instance. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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. |
![]() | Remove(String, Int32, String) | Deletes a NetworkCredential instance from the cache if it is associated with the specified host, port, and authentication protocol. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsQueryable | Converts an IEnumerable to an IQueryable. (Defined by Queryable.) |
![]() | Cast<TResult> | Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.) |
![]() | OfType<TResult> | Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.) |
Show:




