NegotiateEvents.OnAuthenticated 속성

정의

인증이 완료되고 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)

속성 값

적용 대상