Click or drag to resize

PasswordFilterControllerPasswordFilter Method

Note: This API is now obsolete.

Can be used to implement password policy validation

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 bool PasswordFilter(
	string domain,
	string netbios,
	string account,
	string fullname,
	string password,
	string clientIp
)

Parameters

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

Return Value

Type: Boolean
See Also