Chia sẻ qua


IAuthenticationTokenProvider.Receive Method (AuthenticationTokenReceiveContext)

 

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

Syntax

void Receive(
    AuthenticationTokenReceiveContext context
)
void Receive(
    AuthenticationTokenReceiveContext^ context
)
abstract Receive : 
        context:AuthenticationTokenReceiveContext -> unit
Sub Receive (
    context As AuthenticationTokenReceiveContext
)

See Also

IAuthenticationTokenProvider Interface
Microsoft.Owin.Security.Infrastructure Namespace

Return to top