Click or drag to resize

UserDataCache(Int32) Constructor

Creates a new instance of the UserDataCache.

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

Parameters

providerID  Int32  (Optional)
Unique provider ID used to distinguish cached user data that may be different based on provider.
See Also