CookieSigningOutContext.CookieOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The options for creating the outgoing cookie. May be replace or altered during the SigningOut call.
public:
property Microsoft::AspNetCore::Http::CookieOptions ^ CookieOptions { Microsoft::AspNetCore::Http::CookieOptions ^ get(); void set(Microsoft::AspNetCore::Http::CookieOptions ^ value); };
public Microsoft.AspNetCore.Http.CookieOptions CookieOptions { get; set; }
member this.CookieOptions : Microsoft.AspNetCore.Http.CookieOptions with get, set
Public Property CookieOptions As CookieOptions