Click or drag to resize

SecurityProviderCacheAutoRefresh(ISecurityProvider, Boolean) Method

Adds the given provider to the collection of providers being automatically refreshed on the user cache timeout interval.

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

Parameters

provider  ISecurityProvider
The security provider to be cached.
useAlternate  Boolean  (Optional)
Indicates whether the alternate ISecurityProvider should be used.
See Also