AuthorizationProvider.ClearMemoryCache Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Server (in Microsoft.TeamFoundation.Server.dll)
Syntax
'Declaration
Public Sub ClearMemoryCache ( _
securityClass As String _
)
public void ClearMemoryCache(
string securityClass
)
public:
void ClearMemoryCache(
String^ securityClass
)
member ClearMemoryCache :
securityClass:string -> unit
public function ClearMemoryCache(
securityClass : String
)
Parameters
- securityClass
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.