Click or drag to resize

UserDataCacheGetCurrentCache Method

Loads the UserDataCache for the current local user.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public static UserDataCache GetCurrentCache(
	int providerID
)
View Source

Parameters

providerID  Int32
Unique security provider ID used to distinguish cached user data that may be different based on provider.

Return Value

UserDataCache
Loaded instance of the UserDataCache.
See Also