SipCredentialCache.Add(String, NetworkCredential) Method
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.
Adds a NetworkCredential instance to the credential cache.
public:
void Add(System::String ^ realm, System::Net::NetworkCredential ^ credential);
public void Add (string realm, System.Net.NetworkCredential credential);
member this.Add : string * System.Net.NetworkCredential -> unit
Public Sub Add (realm As String, credential As NetworkCredential)
Parameters
- realm
- String
The realm for the credential.
- credential
- NetworkCredential
The NetworkCredential for the specified realm.