CookieExtensions.AddCookie 메서드

정의

오버로드

AddCookie(AuthenticationBuilder)

기본 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>)

기본 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

AddCookie(AuthenticationBuilder, String)

지정된 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>)

지정된 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>)

지정된 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

AddCookie(AuthenticationBuilder)

기본 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder) As AuthenticationBuilder

매개 변수

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddCookie(AuthenticationBuilder, Action<CookieAuthenticationOptions>)

기본 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다. 기본 구성표는 로 AuthenticationScheme지정됩니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, configureOptions As Action(Of CookieAuthenticationOptions)) As AuthenticationBuilder

매개 변수

configureOptions
Action<CookieAuthenticationOptions>

를 구성할 CookieAuthenticationOptions대리자입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddCookie(AuthenticationBuilder, String)

지정된 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, authenticationScheme As String) As AuthenticationBuilder

매개 변수

authenticationScheme
String

인증 체계입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddCookie(AuthenticationBuilder, String, Action<CookieAuthenticationOptions>)

지정된 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, authenticationScheme As String, configureOptions As Action(Of CookieAuthenticationOptions)) As AuthenticationBuilder

매개 변수

authenticationScheme
String

인증 체계입니다.

configureOptions
Action<CookieAuthenticationOptions>

를 구성할 CookieAuthenticationOptions대리자입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상

AddCookie(AuthenticationBuilder, String, String, Action<CookieAuthenticationOptions>)

지정된 체계를 AuthenticationBuilder 사용하여 쿠키 인증을 에 추가합니다.

쿠키 인증은 클라이언트에 유지되는 HTTP 쿠키를 사용하여 인증을 수행합니다.

public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string displayName, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddCookie (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, string authenticationScheme, string? displayName, Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> configureOptions);
static member AddCookie : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * string * string * Action<Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationOptions> -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddCookie (builder As AuthenticationBuilder, authenticationScheme As String, displayName As String, configureOptions As Action(Of CookieAuthenticationOptions)) As AuthenticationBuilder

매개 변수

authenticationScheme
String

인증 체계입니다.

displayName
String

인증 처리기의 표시 이름입니다.

configureOptions
Action<CookieAuthenticationOptions>

를 구성할 CookieAuthenticationOptions대리자입니다.

반환

작업이 완료된 후 에 대한 참조 builder 입니다.

적용 대상