Compartir a través de


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

Return Value

Type: System.Boolean
Returns true if removed.

See Also

Reference

SipCredentialCache Class

SipCredentialCache Members

Microsoft.Rtc.Signaling Namespace