Click or drag to resize

LdapSecurityProviderRefreshData(UserData, ListString, Int32) Method

Refreshes the UserData from the backend data store loading user groups into desired collection.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
protected virtual bool RefreshData(
	UserData userData,
	List<string> groupCollection,
	int providerID
)
View Source

Parameters

userData  UserData
The structure for the data being refreshed.
groupCollection  ListString
Target collection for user groups.
providerID  Int32
Unique provider ID used to distinguish cached user data that may be different based on provider.

Return Value

Boolean
true if UserData is refreshed, otherwise false.
See Also