AuthenticationTokenProvider.OnReceive Property
Namespace: Microsoft.Owin.Security.Infrastructure
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public Action<AuthenticationTokenReceiveContext> OnReceive { get; set; }
public:
property Action<AuthenticationTokenReceiveContext^>^ OnReceive {
Action<AuthenticationTokenReceiveContext^>^ get();
void set(Action<AuthenticationTokenReceiveContext^>^ value);
}
member OnReceive : Action<AuthenticationTokenReceiveContext> with get, set
Public Property OnReceive As Action(Of AuthenticationTokenReceiveContext)
Property Value
Type: System.Action<AuthenticationTokenReceiveContext>
See Also
AuthenticationTokenProvider Class
Microsoft.Owin.Security.Infrastructure Namespace
Return to top