Udostępnij za pośrednictwem


ITicketStore.RenewAsync Metoda

Definicja

Przeciążenia

RenewAsync(String, AuthenticationTicket)

Informuje magazyn, że dana tożsamość powinna zostać zaktualizowana.

RenewAsync(String, AuthenticationTicket, CancellationToken)

Informuje magazyn, że dana tożsamość powinna zostać zaktualizowana.

RenewAsync(String, AuthenticationTicket, HttpContext, CancellationToken)

Informuje magazyn, że dana tożsamość powinna zostać zaktualizowana.

RenewAsync(String, AuthenticationTicket)

Źródło:
ITicketStore.cs

Informuje magazyn, że dana tożsamość powinna zostać zaktualizowana.

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

Parametry

key
String

Zwraca

Dotyczy

RenewAsync(String, AuthenticationTicket, CancellationToken)

Źródło:
ITicketStore.cs

Informuje magazyn, że dana tożsamość powinna zostać zaktualizowana.

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

Parametry

key
String
cancellationToken
CancellationToken

Używane CancellationToken do propagowania powiadomień, które należy anulować operacji.

Zwraca

Dotyczy

RenewAsync(String, AuthenticationTicket, HttpContext, CancellationToken)

Źródło:
ITicketStore.cs

Informuje magazyn, że dana tożsamość powinna zostać zaktualizowana.

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

Parametry

key
String
httpContext
HttpContext
cancellationToken
CancellationToken

Używane CancellationToken do propagowania powiadomień, które należy anulować operacji.

Zwraca

Dotyczy