| UserInfoPasswordFormat Property | 
Namespace: CMS.Membership
 Syntax
Syntaxpublic string PasswordFormat { get; set; }
 Remarks
RemarksFor generating password use SetPassword(String, String).
For password verification use IsUserPasswordDifferent(UserInfo, String).
 See Also
See Also