ClientFormsAuthenticationCredentials::RememberMe Property
.NET Framework (current version)
Gets or sets a value indicating whether the user credentials should be saved and reused for subsequent login attempts.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Property Value
Type: System::Booleantrue if the credentials should be saved and reused; otherwise, false.
The ClientFormsAuthenticationMembershipProvider class uses this property during authentication. You will not typically use this property in your application code. Instead, you will specify a rememberMe parameter value in the class constructor.
.NET Framework
Available since 3.5
Available since 3.5
Show: