| LoginHandlerCheckPasswordComplexity Method |
Namespace:
Dynamicweb.Frontend
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public bool CheckPasswordComplexity(
string password,
int id,
ref string errorMessage,
ref int passwordErrorCode,
bool forceReuseCheck,
bool isBackendCheck
)
Public Function CheckPasswordComplexity (
password As String,
id As Integer,
ByRef errorMessage As String,
ByRef passwordErrorCode As Integer,
forceReuseCheck As Boolean,
isBackendCheck As Boolean
) As Boolean
Parameters
- password
- Type: SystemString
- id
- Type: SystemInt32
- errorMessage
- Type: SystemString
- passwordErrorCode
- Type: SystemInt32
- forceReuseCheck
- Type: SystemBoolean
- isBackendCheck
- Type: SystemBoolean
Return Value
Type:
BooleanSee Also