| AuthenticationHelperIsPasswordExpirationEnabled Method | 
            Indicates if password expiration is enabled
            
 
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 10.0.0
 Syntax
Syntaxpublic static bool IsPasswordExpirationEnabled(
	string siteName,
	out int expDays
)
Parameters
- siteName
- Type: SystemString
 Site to check
- expDays
- Type: SystemInt32
 Number of days before password expiration
Return Value
Type: 
BooleanTrue if password expiration is enabled, False otherwise
 See Also
See Also