AuthenticationHelperIsPasswordExpirationEnabled Method |
Indicates if password expiration is enabled
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public 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