Click or drag to resize

LdapSecurityProvider(String, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the LdapSecurityProvider class.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
protected LdapSecurityProvider(
	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 backend 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