Check password policy for specified password
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- password
- Type:
System String
Password to check for policy fulfillment
- siteName
- Type:
System String
Name of site containing policy to be met
- minLength
- Type:
System Int32
Minimum password length
- minNonAlphaNum
- Type:
System Int32
Minimal number of non-alpha numeric characters
- regularExpression
- Type:
System String
Regular expression to be met
Return Value
Type:
True if policy met, false otherwise
See Also