ClientFormsAuthenticationCredentials.RememberMe 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值表示使用者認證是否應儲存並重複用於後續的登入嘗試。
public:
property bool RememberMe { bool get(); void set(bool value); };
public bool RememberMe { get; set; }
member this.RememberMe : bool with get, set
Public Property RememberMe As Boolean
屬性值
如果認證應儲存並重複使用,則為 true
,否則為 false
。
備註
類別會在 ClientFormsAuthenticationMembershipProvider 驗證期間使用這個屬性。 您通常不會在應用程式程式代碼中使用此屬性。 相反地,您會在類別建構函式中指定 rememberMe
參數值。