IAdmPasswordSelfServicePolicy5

The IAdmPasswordSelfServicePolicy5 interface extends the IAdmPasswordSelfServicePolicy interface with the ability to enable time-based one-time password authentication for the Self-Password Reset process.

Inheritance: IAdmPasswordSelfServicePolicy4

Properties

  • Property

  • Description

  • TotpVerificationEnabled

  • Gets or sets a value indicating whether time-based one-time password authentication is enabled for the Self-Password Reset process.

  • TotpApplication

  • Gets or sets the mobile application that will be used for time-based one-time password authentication for the Self-Password Reset process.

Details

TotpVerificationEnabled

Gets or sets a value indicating whether time-based one-time password authentication is enabled for the Self-Password Reset process.

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

Remarks

To save the changes, call IADs::SetInfo after setting this property.


TotpApplication

Gets or sets the mobile application that will be used for time-based one-time password authentication for the Self-Password Reset process.

Remarks

  • To save the changes, call IADs::SetInfo after setting this property.
  • Setting this property takes effect only if the TotpVerificationEnabled property is set to true.

Requirements

Minimum required version: 2019.2

See also