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 (26.2.0.1000)
Syntax
bool IsPasswordComplex(
	string accountName,
	string password
)

Parameters

accountName  String
The name of the account that the password is for.
password  String
The password to test.

Return Value

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