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