CookieAuthenticationOptions.SessionStore 屬性

定義

跨要求儲存識別的選擇性容器。 使用時,只會將工作階段識別碼傳送至用戶端。 這可用來減輕有大量識別時的潛在問題。

public:
 property Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ SessionStore { Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ get(); void set(Microsoft::AspNetCore::Authentication::Cookies::ITicketStore ^ value); };
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore SessionStore { get; set; }
public Microsoft.AspNetCore.Authentication.Cookies.ITicketStore? SessionStore { get; set; }
member this.SessionStore : Microsoft.AspNetCore.Authentication.Cookies.ITicketStore with get, set
Public Property SessionStore As ITicketStore

屬性值

適用於