WsFederationHandler.SignOutAsync(AuthenticationProperties) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理注销
public:
 virtual System::Threading::Tasks::Task ^ SignOutAsync(Microsoft::AspNetCore::Authentication::AuthenticationProperties ^ properties);public virtual System.Threading.Tasks.Task SignOutAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties? properties);public virtual System.Threading.Tasks.Task SignOutAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties properties);abstract member SignOutAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
override this.SignOutAsync : Microsoft.AspNetCore.Authentication.AuthenticationProperties -> System.Threading.Tasks.TaskPublic Overridable Function SignOutAsync (properties As AuthenticationProperties) As Task参数
- properties
- AuthenticationProperties