IAdmSelfServiceClientSettings3

The IAdmSelfServiceClientSettings3 interface extends the IAdmSelfServiceClientSettings interface with the Update Local Credential Cache and Offline Password Reset features.

Inheritance: IAdmSelfServiceClientSettings2

Properties

Details

UpdateCredentialsCacheEnabled

Gets or sets a value that indicates whether the local credentials cache must be updated on self-password reset.

  • Type:
  • bool
  • Access:
  • Read/Write

OfflinePasswordResetEnabled

Gets or sets a value that indicates whether the Offline Password Reset feature is enabled.

  • Type:
  • bool
  • Access:
  • Read/Write

Remarks

Settings of the feature are configured via the OfflinePasswordResetSettings property.


OfflinePasswordResetSettings

Gets or sets settings for the Offline Password Reset feature.

Remarks

To enable the feature, set the OfflinePasswordResetEnabled property to true.


CredentialsCacheDisabledNotifications

Gets or sets settings for notifications displayed when the domain credentials cache is disabled on a computer.


UpdateCredentialsCacheErrorEnabled

Gets or sets a value that indicates whether an error must be displayed if password update in the domain credential cache fails.

  • Type:
  • bool
  • Access:
  • Read/Write

Remarks

The error message text is specified via the UpdateCredentialsCacheError property.


UpdateCredentialsCacheError

Gets or sets the text of the error message that informs about inability to update the domain credentials cache.

  • Type:
  • string
  • Access:
  • Read/Write

Remarks

The error message is displayed only when the UpdateCredentialsCacheErrorEnabled property is set to true.


OfflinePasswordResetInvalidResponseKeyError

Gets or sets the text of the error message that must be displayed when an invalid response key is provided during Offline Password Reset.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2017.1

See also