IAuthenticationSchemeProvider.GetDefaultSignOutSchemeAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce lo schema che verrà utilizzato per impostazione predefinita per SignOutAsync(HttpContext, String, AuthenticationProperties). Questo valore viene in genere specificato tramite DefaultSignOutScheme. In caso contrario, verrà visualizzato il fallback a GetDefaultSignInSchemeAsync() .
public:
System::Threading::Tasks::Task<Microsoft::AspNetCore::Authentication::AuthenticationScheme ^> ^ GetDefaultSignOutSchemeAsync();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme> GetDefaultSignOutSchemeAsync ();
public System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme?> GetDefaultSignOutSchemeAsync ();
abstract member GetDefaultSignOutSchemeAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticationScheme>
Public Function GetDefaultSignOutSchemeAsync () As Task(Of AuthenticationScheme)
Restituisce
Schema che verrà utilizzato per impostazione predefinita per SignOutAsync(HttpContext, String, AuthenticationProperties).