Click or drag to resize

AdoSecurityProvider(String, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the AdoSecurityProvider class.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
protected AdoSecurityProvider(
	string username,
	bool canRefreshData,
	bool canResetPassword,
	bool canChangePassword
)
View Source

Parameters

username  String
Name that uniquely identifies the user.
canRefreshData  Boolean
true if the security provider can refresh UserData from the back-end data store, otherwise false.
canResetPassword  Boolean
true if the security provider can reset user password, otherwise false.
canChangePassword  Boolean
true if the security provider can change user password, otherwise false.
See Also