|
SecurityProviderCacheFlush(String) Method
|
Removes any cached information about the user with the given username.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public void Flush(
string username
)
Public Sub Flush (
username As String
)
public:
void Flush(
String^ username
)
member Flush :
username : string -> unit
function Flush(username);
View SourceParameters
- username String
- The username of the user to be flushed from the cache.
See Also