Method | Description | |
---|---|---|
MinRequiredNonAlphanumericCharacters ( string userName, string passwordToValidate, int numberOfRequiredCharacters ) : System.Collections.Generic | ||
Validate ( ) : bool |
Method | Description | |
---|---|---|
FindAny ( char charsToSearch, string stringToMatch, int startPos ) : int[] |
public MinRequiredNonAlphanumericCharacters ( string userName, string passwordToValidate, int numberOfRequiredCharacters ) : System.Collections.Generic | ||
userName | string | |
passwordToValidate | string | |
numberOfRequiredCharacters | int | |
return | System.Collections.Generic |