RemoteAuthenticationHandler<TOptions>.HandleRequestAsync 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.
Gestisce la richiesta di autenticazione corrente.
public:
override System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public:
virtual System::Threading::Tasks::Task<bool> ^ HandleRequestAsync();
public override System.Threading.Tasks.Task<bool> HandleRequestAsync ();
public virtual System.Threading.Tasks.Task<bool> HandleRequestAsync ();
override this.HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
abstract member HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
override this.HandleRequestAsync : unit -> System.Threading.Tasks.Task<bool>
Public Overrides Function HandleRequestAsync () As Task(Of Boolean)
Public Overridable Function HandleRequestAsync () As Task(Of Boolean)
Restituisce
true
se l'autenticazione è stata gestita, in caso contrario false
.