AuthenticationTokenProvider.OnReceiveAsync Property

Namespace:  Microsoft.Owin.Security.Infrastructure
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Public Property OnReceiveAsync As Func(Of AuthenticationTokenReceiveContext, Task)
    Get 
    Set
'Usage
Dim instance As AuthenticationTokenProvider 
Dim value As Func(Of AuthenticationTokenReceiveContext, Task)

value = instance.OnReceiveAsync

instance.OnReceiveAsync = value
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
function get OnReceiveAsync () : Func<AuthenticationTokenReceiveContext, Task>
function set OnReceiveAsync (value : Func<AuthenticationTokenReceiveContext, Task>)

Property Value

Type: System.Func<AuthenticationTokenReceiveContext, Task>

See Also

Reference

AuthenticationTokenProvider Class

Microsoft.Owin.Security.Infrastructure Namespace