MicrosoftAccountAuthenticationProvider::OnAuthenticated Property

Gets or sets the function that is invoked when the Authenticated method is invoked.

Namespace:  Microsoft.Owin.Security.MicrosoftAccount
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);
}
Show: