AuthenticationManager.SignOutAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SignOutAsync(String) | |
SignOutAsync(String, AuthenticationProperties) |
SignOutAsync(String)
- Quelle:
- AuthenticationManager.cs
- Quelle:
- 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
Parameter
- authenticationScheme
- String
Gibt zurück
Gilt für:
SignOutAsync(String, AuthenticationProperties)
- Quelle:
- AuthenticationManager.cs
- Quelle:
- 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
Parameter
- authenticationScheme
- String
- properties
- AuthenticationProperties