IdentityCookieAuthenticationBuilderExtensions.AddIdentityCookies 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AddIdentityCookies(AuthenticationBuilder) |
쿠키 인증을 추가합니다. |
AddIdentityCookies(AuthenticationBuilder, Action<IdentityCookiesBuilder>) |
로그인 관리자에 필요한 쿠키 인증을 추가합니다. |
AddIdentityCookies(AuthenticationBuilder)
쿠키 인증을 추가합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Identity::IdentityCookiesBuilder ^ AddIdentityCookies(Microsoft::AspNetCore::Authentication::AuthenticationBuilder ^ builder);
public static Microsoft.AspNetCore.Identity.IdentityCookiesBuilder AddIdentityCookies (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddIdentityCookies : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Identity.IdentityCookiesBuilder
<Extension()>
Public Function AddIdentityCookies (builder As AuthenticationBuilder) As IdentityCookiesBuilder
매개 변수
- builder
- AuthenticationBuilder
현재 AuthenticationBuilder 인스턴스입니다.
반환
IdentityCookiesBuilder ID 쿠키를 구성하는 데 사용할 수 있는 입니다.
적용 대상
AddIdentityCookies(AuthenticationBuilder, Action<IdentityCookiesBuilder>)
로그인 관리자에 필요한 쿠키 인증을 추가합니다.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Identity::IdentityCookiesBuilder ^ AddIdentityCookies(Microsoft::AspNetCore::Authentication::AuthenticationBuilder ^ builder, Action<Microsoft::AspNetCore::Identity::IdentityCookiesBuilder ^> ^ configureCookies);
public static Microsoft.AspNetCore.Identity.IdentityCookiesBuilder AddIdentityCookies (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder, Action<Microsoft.AspNetCore.Identity.IdentityCookiesBuilder> configureCookies);
static member AddIdentityCookies : Microsoft.AspNetCore.Authentication.AuthenticationBuilder * Action<Microsoft.AspNetCore.Identity.IdentityCookiesBuilder> -> Microsoft.AspNetCore.Identity.IdentityCookiesBuilder
<Extension()>
Public Function AddIdentityCookies (builder As AuthenticationBuilder, configureCookies As Action(Of IdentityCookiesBuilder)) As IdentityCookiesBuilder
매개 변수
- builder
- AuthenticationBuilder
현재 AuthenticationBuilder 인스턴스입니다.
- configureCookies
- Action<IdentityCookiesBuilder>
쿠키를 구성하는 데 사용되는 작업입니다.
반환
IdentityCookiesBuilder ID 쿠키를 구성하는 데 사용할 수 있는 입니다.