Share via


IAuthenticationTokenProvider.Create Method (AuthenticationTokenCreateContext)

 

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

Syntax

void Create(
    AuthenticationTokenCreateContext context
)
void Create(
    AuthenticationTokenCreateContext^ context
)
abstract Create : 
        context:AuthenticationTokenCreateContext -> unit
Sub Create (
    context As AuthenticationTokenCreateContext
)

See Also

IAuthenticationTokenProvider Interface
Microsoft.Owin.Security.Infrastructure Namespace

Return to top