SipCredentialCache.Remove(String) Method

Definition

Removes a NetworkCredential instance from the credential cache.

public:
 bool Remove(System::String ^ realm);
public bool Remove (string realm);
member this.Remove : string -> bool
Public Function Remove (realm As String) As Boolean

Parameters

realm
String

The realm for the credential.

Returns

Returns true if removed.

Applies to