MicrosoftAccountAuthenticationProvider::OnAuthenticated Property
Gets or sets the function that is invoked when the Authenticated method is invoked.
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
public: property Func<MicrosoftAccountAuthenticatedContext^, Task^>^ OnAuthenticated { Func<MicrosoftAccountAuthenticatedContext^, Task^>^ get (); void set (Func<MicrosoftAccountAuthenticatedContext^, Task^>^ value); }
Property Value
Type: System::Func<MicrosoftAccountAuthenticatedContext, Task>Returns Func<T, TResult>.
Show: