Поделиться через


AuthenticationTokenProvider.Receive Method (AuthenticationTokenReceiveContext)

 

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

Syntax

public virtual void Receive(
    AuthenticationTokenReceiveContext context
)
public:
virtual void Receive(
    AuthenticationTokenReceiveContext^ context
)
abstract Receive : 
        context:AuthenticationTokenReceiveContext -> unit
override Receive : 
        context:AuthenticationTokenReceiveContext -> unit
Public Overridable Sub Receive (
    context As AuthenticationTokenReceiveContext
)

Implements

IAuthenticationTokenProvider.Receive(AuthenticationTokenReceiveContext)

See Also

AuthenticationTokenProvider Class
Microsoft.Owin.Security.Infrastructure Namespace

Return to top