Removes a NetworkCredential instance from the credential cache.

Namespace:  Microsoft.Rtc.Signaling
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Function 
Remove ( _
	
realm 
As 
String _
) 
As 
Boolean
C#
public 
bool 
Remove(
	
string 
realm
)
Visual C++
public:
bool 
Remove(
	
String^ 
realm
)
JavaScript
function 
remove(
realm);

Parameters

realm
Type: String
The realm for the credential.

Return Value

Returns true if removed.

See Also