ITicketStore.RenewAsync Metoda

Definice

Přetížení

RenewAsync(String, AuthenticationTicket)

Řekne úložišti, že se daná identita má aktualizovat.

RenewAsync(String, AuthenticationTicket, CancellationToken)

Řekne úložišti, že se daná identita má aktualizovat.

RenewAsync(String, AuthenticationTicket)

Řekne úložišti, že se daná identita má aktualizovat.

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

Návraty

Task

Platí pro

RenewAsync(String, AuthenticationTicket, CancellationToken)

Řekne úložišti, že se daná identita má aktualizovat.

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

Používá CancellationToken se k šíření oznámení, že by měla být operace zrušena.

Návraty

Task

Platí pro