AuthenticablePrincipal.PasswordNeverExpires Property

Definition

Gets or sets a Boolean value that specifies whether the password expires for this account.

public:
 property bool PasswordNeverExpires { bool get(); void set(bool value); };
public bool PasswordNeverExpires { get; set; }
member this.PasswordNeverExpires : bool with get, set
Public Property PasswordNeverExpires As Boolean

Property Value

true if the password does not expire for this account; otherwise false.

Exceptions

The underlying store does not support this property.

Applies to