Click or drag to resize

SecurityProviderCacheRefreshAll(Boolean) Method

Forces all cached providers to refresh state.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static void RefreshAll(
	bool useAlternate = false
)
View Source

Parameters

useAlternate  Boolean  (Optional)
Indicates whether the alternate ISecurityProvider should be used.
See Also