谁能解释为什么ApplicationUser类会创建以下辅助函数?publicasyncTaskGenerateUserIdentityAsync(UserManagermanager){//NotetheauthenticationTypemustmatchtheonedefinedinCookieAuthenticationOptions.AuthenticationTypevaruserIdentity=awaitmanager.CreateIdentityAsync(this,DefaultAuthenticationTypes.ApplicationCookie);//Add