IAccountServiceIsPasswordComplex Method

Determines whether the provided password meets the application's password complexity requirements.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
bool IsPasswordComplex(
	string accountName,
	string password
)

Parameters

accountName
Type: SystemString
The name of the account that the password is for.
password
Type: SystemString
The password to test.

Return Value

Type: Boolean
if the provided password meets the application's password complexity requirements; otherwise, .
Exceptions
ExceptionCondition
ArgumentExceptionaccountName is or only contains white space.
ArgumentNullExceptionpassword is .
See Also