SipCredentialCache.Remove(String) 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.
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.