IAuthenticationTokenProvider.CreateAsync Method

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

Syntax

'Declaration
Function CreateAsync ( _
    context As AuthenticationTokenCreateContext _
) As Task
'Usage
Dim instance As IAuthenticationTokenProvider 
Dim context As AuthenticationTokenCreateContext 
Dim returnValue As Task 

returnValue = instance.CreateAsync(context)
Task CreateAsync(
    AuthenticationTokenCreateContext context
)
Task^ CreateAsync(
    AuthenticationTokenCreateContext^ context
)
abstract CreateAsync : 
        context:AuthenticationTokenCreateContext -> Task
function CreateAsync(
    context : AuthenticationTokenCreateContext
) : Task

Parameters

Return Value

Type: System.Threading.Tasks.Task

See Also

Reference

IAuthenticationTokenProvider Interface

Microsoft.Owin.Security.Infrastructure Namespace