Click or drag to resize

SecurityProviderCacheFlush(String) Method

Removes any cached information about the user with the given username.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public void Flush(
	string username
)
View Source

Parameters

username  String
The username of the user to be flushed from the cache.
See Also