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 (25.3.0.1000)
Syntaxbool IsPasswordComplex(
	string accountName,
	string password
)
Function IsPasswordComplex ( 
	accountName As String,
	password As String
) As Boolean
bool IsPasswordComplex(
	String^ accountName, 
	String^ password
)
abstract IsPasswordComplex : 
        accountName : string * 
        password : string -> bool 
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
See Also