Click or drag to resize

PasswordResetClientAttribute Constructor

Constructor

Namespace:  Omada.OE.Solution.OIM.AppLogic.PasswordReset
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public PasswordResetClientAttribute(
	string masterSettingsKey,
	bool supportsReset,
	bool supportsVerification
)

Parameters

masterSettingsKey
Type: SystemString
The master setting key used to enable the client
supportsReset
Type: SystemBoolean
Does client support resetting of passwords
supportsVerification
Type: SystemBoolean
Does client support verification of passords
See Also