AuthenticationHelperGetPolicyViolationMessage Method |
Returns a message that the entered password doesn't meet the defined password policy.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static string GetPolicyViolationMessage(
string siteName
)
Parameters
- siteName
- Type: SystemString
Code name of the site that has the password policy defined.
Return Value
Type:
StringSee Also