Provides storage for multiple name-password pairs and associates these with the realm.

The following tables list the members exposed by the SipCredentialCache type.

Public Fields

  Name Description
DefaultCredential Specifies DefaultCredential if you want to use the Windows Logon credential.
Top

Public Methods (see also Protected Methods )

  Name Description
Add Adds a NetworkCredential instance to the credential cache.
Clear Removes credentials for all realms and removes the default credential.
Equals  Overloaded. (inherited from Object )
GetCredential Returns the NetworkCredential instance associated with the supplied realm.
GetHashCode  (inherited from Object )
GetType  (inherited from Object )
ReferenceEquals  (inherited from Object )
Remove Removes a NetworkCredential instance from the credential cache.
ToString  (inherited from Object )
Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )
Top

See Also