Click or drag to resize

SecurityProviderCacheFlush(String, Boolean) 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 static void Flush(
	string username,
	bool useAlternate = false
)
View Source

Parameters

username  String
The username of the user to be flushed from the cache.
useAlternate  Boolean  (Optional)
Indicates whether the alternate ISecurityProvider should be used.
See Also