Click or drag to resize

PasswordFilterControllerPasswordChangeNotify Method

Send password resets to personal accounts other than the one on the provided AD system Supports customization using the PasswordChangeNotifyDlg delegate.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool PasswordChangeNotify(
	string domain,
	string netbios,
	string account,
	string password,
	string clientIp
)

Parameters

domain
Type: SystemString
netbios
Type: SystemString
account
Type: SystemString
password
Type: SystemString
clientIp
Type: SystemString

Return Value

Type: Boolean
See Also