public Task RenewAsync(
string key,
AuthenticationTicket ticket
)Public Function RenewAsync (
key As String,
ticket As AuthenticationTicket
) As Taskpublic:
virtual Task^ RenewAsync(
String^ key,
AuthenticationTicket^ ticket
) sealedfunction RenewAsync(key, ticket);[Missing <param name="key"/> documentation for "M:Gemstone.Web.Security.DefaultTicketStore.RenewAsync(System.String,Microsoft.AspNetCore.Authentication.AuthenticationTicket)"]
[Missing <param name="ticket"/> documentation for "M:Gemstone.Web.Security.DefaultTicketStore.RenewAsync(System.String,Microsoft.AspNetCore.Authentication.AuthenticationTicket)"]
[Missing <returns> documentation for "M:Gemstone.Web.Security.DefaultTicketStore.RenewAsync(System.String,Microsoft.AspNetCore.Authentication.AuthenticationTicket)"]