File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public bool IsValidPasswordStandard(string password)
126126 }
127127
128128 /// <summary>
129- /// Check if password is valid.
129+ /// Check if password is valid (optional) .
130130 /// </summary>
131131 /// <param name="password">Input password.</param>
132132 /// <param name="len">Password length limit.</param>
@@ -199,7 +199,7 @@ public bool IsValidPassword(string password, int len)
199199 }
200200
201201 /// <summary>
202- /// Check if password is valid.
202+ /// Check if password is valid (optional) .
203203 /// </summary>
204204 /// <param name="password">Input password.</param>
205205 /// <param name="splChars">Special characters check.</param>
@@ -281,7 +281,7 @@ public bool IsValidPassword(string password, params char[] splChars)
281281 }
282282
283283 /// <summary>
284- /// Check if password is valid.
284+ /// Check if password is valid (optional) .
285285 /// </summary>
286286 /// <param name="password">Input password.</param>
287287 /// <param name="len">Password length limit.</param>
You can’t perform that action at this time.
0 commit comments