context.RejectPrincipal(); await context.HttpContext.SignOutAsync( context.Scheme.Name );. I note that calling RejectPrincipal() and await SignOutAsync is part ...
確定! 回上一頁