Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
public Func<MicrosoftAccountAuthenticatedContext, Task> OnAuthenticated { get; set; }
public:
property Func<MicrosoftAccountAuthenticatedContext^, Task^>^ OnAuthenticated {
Func<MicrosoftAccountAuthenticatedContext^, Task^>^ get();
void set(Func<MicrosoftAccountAuthenticatedContext^, Task^>^ value);
}
member OnAuthenticated : Func<MicrosoftAccountAuthenticatedContext, Task> with get, set
Public Property OnAuthenticated As Func(Of MicrosoftAccountAuthenticatedContext, Task)
Property Value
Type: System.Func<MicrosoftAccountAuthenticatedContext, Task>
Returns Func<T, TResult>.
See Also
MicrosoftAccountAuthenticationProvider Class
Microsoft.Owin.Security.MicrosoftAccount Namespace
Return to top