IAdmSelfServiceClientSettings
The IAdmSelfServiceClientSettings interface contains settings for Adaxes self-service client.
Inheritance: IAdmTop
Properties
-
Property
-
Description
-
Enabled
-
Gets or sets a value indicating whether password reset is enabled on the Windows logon and unlock screens.
-
Text
-
Gets or sets the text to be displayed next to the Reset Password link on the Windows logon screen.
-
LinkText
-
Gets or sets the text for the Reset Password link.
-
WebInterfaceUrl
-
Gets or sets the URL address of the Web interface that will be used to reset passwords from the Windows logon screen (e.g. http://host.company.com/Adaxes/SelfService).
-
SettingsPriority
-
Gets or sets the priority of the self-service client settings for the current Adaxes Service instance.
Details
Enabled
Gets or sets a value indicating whether password reset is enabled on the Windows logon and unlock screens.
- Type:
- bool
- Access:
- Read/Write
Text
Gets or sets the text to be displayed next to the Reset Password link on the Windows logon screen.
- Type:
- string
- Access:
- Read/Write
Remarks
If you don't want any text to be displayed, set the value to an empty string.
LinkText
Gets or sets the text for the Reset Password link.
- Type:
- string
- Access:
- Read/Write
WebInterfaceUrl
Gets or sets the URL address of the Web interface that will be used to reset passwords from the Windows logon screen (e.g. http://host.company.com/Adaxes/SelfService).
- Type:
- string
- Access:
- Read/Write
SettingsPriority
Gets or sets the priority of the self-service client settings for the current Adaxes Service instance. The valid range is 0-65535.
- Type:
- int
- Access:
- Read/Write
Requirements
Minimum required version: 2011.3