IdentityCookieAuthenticationBuilderExtensions.AddApplicationCookie Method
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.
Adds the identity application cookie.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Extensions::Options::OptionsBuilder<Microsoft::AspNetCore::Authentication::Cookies::CookieAuthenticationOptions ^> ^ AddApplicationCookie(Microsoft::AspNetCore::Authentication::AuthenticationBuilder ^ builder);
public static Microsoft.Extensions.Options.OptionsBuilder<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> AddApplicationCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddApplicationCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.Extensions.Options.OptionsBuilder<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions>
<Extension()>
Public Function AddApplicationCookie (builder As AuthenticationBuilder) As OptionsBuilder(Of CookieAuthenticationOptions)
Parameters
- builder
- AuthenticationBuilder
The current AuthenticationBuilder instance.
Returns
The OptionsBuilder<TOptions> which can be used to configure the cookie authentication.