SipCredentialCache Class

Definition

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.

Applies to