AuthenticationManager.SignOutAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SignOutAsync(String) | |
SignOutAsync(String, AuthenticationProperties) |
SignOutAsync(String)
- Source:
- AuthenticationManager.cs
- Source:
- AuthenticationManager.cs
public:
virtual System::Threading::Tasks::Task ^ SignOutAsync(System::String ^ authenticationScheme);
public virtual System.Threading.Tasks.Task SignOutAsync (string authenticationScheme);
abstract member SignOutAsync : string -> System.Threading.Tasks.Task
override this.SignOutAsync : string -> System.Threading.Tasks.Task
Public Overridable Function SignOutAsync (authenticationScheme As String) As Task
参数
- authenticationScheme
- String
返回
适用于
SignOutAsync(String, AuthenticationProperties)
- Source:
- AuthenticationManager.cs
- Source:
- AuthenticationManager.cs
public:
abstract System::Threading::Tasks::Task ^ SignOutAsync(System::String ^ authenticationScheme, Microsoft::AspNetCore::Http::Authentication::AuthenticationProperties ^ properties);
public abstract System.Threading.Tasks.Task SignOutAsync (string authenticationScheme, Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties properties);
abstract member SignOutAsync : string * Microsoft.AspNetCore.Http.Authentication.AuthenticationProperties -> System.Threading.Tasks.Task
Public MustOverride Function SignOutAsync (authenticationScheme As String, properties As AuthenticationProperties) As Task
参数
- authenticationScheme
- String
- properties
- AuthenticationProperties