AuthenticationHelper IsPasswordExpirationEnabled Method Kentico 8.0 API Reference
Indicates if password expiration is enabled

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

siteName
Type: OnlineSystem String
Site to check
expDays
Type: OnlineSystem Int32 
Number of days before password expiration

Return Value

Type: OnlineBoolean
True if password expiration is enabled, False otherwise
See Also