NegotiateEvents.OnAuthenticated Property

Definition

Invoked after the authentication is complete and a ClaimsIdentity has been generated.

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)

Property Value

Applies to