RemoteAuthenticationOptions.CorrelationCookie 屬性
定義
決定在將 cookie 新增至回應之前,用來建立相互關聯 cookie 的設定。
public:
property Microsoft::AspNetCore::Http::CookieBuilder ^ CorrelationCookie { Microsoft::AspNetCore::Http::CookieBuilder ^ get(); void set(Microsoft::AspNetCore::Http::CookieBuilder ^ value); };
public Microsoft.AspNetCore.Http.CookieBuilder CorrelationCookie { get; set; }
member this.CorrelationCookie : Microsoft.AspNetCore.Http.CookieBuilder with get, set
Public Property CorrelationCookie As CookieBuilder