|
LdapSecurityProvider(String, Boolean, Boolean, Boolean) Constructor
|
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax protected LdapSecurityProvider(
string username,
bool canRefreshData,
bool canResetPassword,
bool canChangePassword
)
protected:
LdapSecurityProvider(
String^ username,
bool canRefreshData,
bool canResetPassword,
bool canChangePassword
)
new :
username : string *
canRefreshData : bool *
canResetPassword : bool *
canChangePassword : bool -> LdapSecurityProvider
GSF.Security.LdapSecurityProvider = function(username, canRefreshData, canResetPassword, canChangePassword);
View SourceParameters
- 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