Click or drag to resize

PasswordFilterDelegate Delegate

Note: This API is now obsolete.

Delegate for a custom extension for PasswordFilter

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#
[ObsoleteAttribute]
public delegate bool PasswordFilterDelegate(
	PasswordFilterEventArgs args
)

Parameters

args
Type: PasswordFilterEventArgs

Return Value

Type: Boolean
See Also