次の方法で共有


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)

プロパティ値

適用対象