SipCredentialCache.Remove Method
Removes a NetworkCredential instance from the credential cache.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Remove ( _
realm As String _
) As Boolean
'Usage
Dim instance As SipCredentialCache
Dim realm As String
Dim returnValue As Boolean
returnValue = instance.Remove(realm)
public bool Remove(
string realm
)
Parameters
- realm
Type: System.String
The realm for the credential.
Return Value
Type: System.Boolean
Returns true if removed.