ITicketStore.RenewAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
RenewAsync(String, AuthenticationTicket) |
지정된 ID를 업데이트해야 한다고 저장소에 알릴 수 있습니다. |
RenewAsync(String, AuthenticationTicket, CancellationToken) |
지정된 ID를 업데이트해야 한다고 저장소에 알릴 수 있습니다. |
RenewAsync(String, AuthenticationTicket, HttpContext, CancellationToken) |
지정된 ID를 업데이트해야 한다고 저장소에 알릴 수 있습니다. |
RenewAsync(String, AuthenticationTicket)
- Source:
- ITicketStore.cs
지정된 ID를 업데이트해야 한다고 저장소에 알릴 수 있습니다.
public:
System::Threading::Tasks::Task ^ RenewAsync(System::String ^ key, Microsoft::AspNetCore::Authentication::AuthenticationTicket ^ ticket);
public System.Threading.Tasks.Task RenewAsync (string key, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket);
abstract member RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket -> System.Threading.Tasks.Task
Public Function RenewAsync (key As String, ticket As AuthenticationTicket) As Task
매개 변수
- key
- String
- ticket
- AuthenticationTicket
반환
적용 대상
RenewAsync(String, AuthenticationTicket, CancellationToken)
- Source:
- ITicketStore.cs
지정된 ID를 업데이트해야 한다고 저장소에 알릴 수 있습니다.
public virtual System.Threading.Tasks.Task RenewAsync (string key, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket, System.Threading.CancellationToken cancellationToken);
abstract member RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RenewAsync (key As String, ticket As AuthenticationTicket, cancellationToken As CancellationToken) As Task
매개 변수
- key
- String
- ticket
- AuthenticationTicket
- cancellationToken
- CancellationToken
작업을 취소해야 하는 알림을 전파하는 데 사용하는 CancellationToken입니다.
반환
적용 대상
RenewAsync(String, AuthenticationTicket, HttpContext, CancellationToken)
- Source:
- ITicketStore.cs
지정된 ID를 업데이트해야 한다고 저장소에 알릴 수 있습니다.
public virtual System.Threading.Tasks.Task RenewAsync (string key, Microsoft.AspNetCore.Authentication.AuthenticationTicket ticket, Microsoft.AspNetCore.Http.HttpContext httpContext, System.Threading.CancellationToken cancellationToken);
abstract member RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket * Microsoft.AspNetCore.Http.HttpContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.RenewAsync : string * Microsoft.AspNetCore.Authentication.AuthenticationTicket * Microsoft.AspNetCore.Http.HttpContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function RenewAsync (key As String, ticket As AuthenticationTicket, httpContext As HttpContext, cancellationToken As CancellationToken) As Task
매개 변수
- key
- String
- ticket
- AuthenticationTicket
- httpContext
- HttpContext
- cancellationToken
- CancellationToken
작업을 취소해야 하는 알림을 전파하는 데 사용하는 CancellationToken입니다.