SipCredentialCache Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides storage for multiple name-password pairs and associates these with the realm.
public ref class SipCredentialCache
public class SipCredentialCache
type SipCredentialCache = class
Public Class SipCredentialCache
- Inheritance
-
SipCredentialCache
Fields
DefaultCredential |
Specifies DefaultCredential if you want to use the Windows(R) Logon credential. |
Methods
Add(String, NetworkCredential) |
Adds a NetworkCredential instance to the credential cache. |
Clear() |
Removes credentials for all realms and removes the default credential. |
GetCredential(String) |
Returns the NetworkCredential instance associated with the supplied Realm. |
Remove(String) |
Removes a NetworkCredential instance from the credential cache. |