Click or drag to resize

SecurityProviderCacheAutoRefresh(ISecurityProvider) 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 void AutoRefresh(
	ISecurityProvider provider
)
View Source

Parameters

provider  ISecurityProvider
The security provider to be cached.
See Also