ITicketStore.RenewAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RenewAsync(String, AuthenticationTicket) |
Informa ao repositório que a identidade fornecida deve ser atualizada. |
RenewAsync(String, AuthenticationTicket, CancellationToken) |
Informa ao repositório que a identidade fornecida deve ser atualizada. |
RenewAsync(String, AuthenticationTicket, HttpContext, CancellationToken) |
Informa ao repositório que a identidade fornecida deve ser atualizada. |
RenewAsync(String, AuthenticationTicket)
- Origem:
- ITicketStore.cs
Informa ao repositório que a identidade fornecida deve ser atualizada.
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
Parâmetros
- key
- String
- ticket
- AuthenticationTicket
Retornos
Aplica-se a
RenewAsync(String, AuthenticationTicket, CancellationToken)
- Origem:
- ITicketStore.cs
Informa ao repositório que a identidade fornecida deve ser atualizada.
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
Parâmetros
- key
- String
- ticket
- AuthenticationTicket
- cancellationToken
- CancellationToken
O CancellationToken usado para propagar notificações de que a operação deve ser cancelada.
Retornos
Aplica-se a
RenewAsync(String, AuthenticationTicket, HttpContext, CancellationToken)
- Origem:
- ITicketStore.cs
Informa ao repositório que a identidade fornecida deve ser atualizada.
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
Parâmetros
- key
- String
- ticket
- AuthenticationTicket
- httpContext
- HttpContext
- cancellationToken
- CancellationToken
O CancellationToken usado para propagar notificações de que a operação deve ser cancelada.