NegotiateEvents.OnAuthenticated Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se invoca una vez completada la autenticación y se ha generado 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)