SipCredentialCache.Add Method
Adds a NetworkCredential instance to the credential cache.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub Add ( _
realm As String, _
credential As NetworkCredential _
)
'Usage
Dim instance As SipCredentialCache
Dim realm As String
Dim credential As NetworkCredential
instance.Add(realm, credential)
public void Add(
string realm,
NetworkCredential credential
)
Parameters
- realm
Type: System.String
The realm for the credential.
- credential
Type: System.Net.NetworkCredential
The NetworkCredential for the specified realm.