NegotiateEvents.OnAuthenticated Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Wywoływane po zakończeniu uwierzytelniania i wygenerowano wartość ClaimsIdentity.
public:
property Func<Microsoft::AspNetCore::Authentication::Negotiate::AuthenticatedContext ^, System::Threading::Tasks::Task ^> ^ OnAuthenticated { Func<Microsoft::AspNetCore::Authentication::Negotiate::AuthenticatedContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Authentication::Negotiate::AuthenticatedContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Authentication.Negotiate.AuthenticatedContext,System.Threading.Tasks.Task> OnAuthenticated { get; set; }
member this.OnAuthenticated : Func<Microsoft.AspNetCore.Authentication.Negotiate.AuthenticatedContext, System.Threading.Tasks.Task> with get, set
Public Property OnAuthenticated As Func(Of AuthenticatedContext, Task)