IAccountServiceIsPasswordComplex Method |
Determines whether the provided password meets the application's password complexity requirements.
Namespace: Dundas.BI.AccountServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 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
See Also