Compartir a través de


AuthenticationTokenProvider Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Infrastructure.AuthenticationTokenProvider

Syntax

public class AuthenticationTokenProvider : IAuthenticationTokenProvider
public ref class AuthenticationTokenProvider : IAuthenticationTokenProvider
type AuthenticationTokenProvider = 
    class
        interface IAuthenticationTokenProvider
    end
Public Class AuthenticationTokenProvider
    Implements IAuthenticationTokenProvider

Constructors

Name Description
System_CAPS_pubmethod AuthenticationTokenProvider()

Properties

Name Description
System_CAPS_pubproperty OnCreate

System_CAPS_pubproperty OnCreateAsync

System_CAPS_pubproperty OnReceive

System_CAPS_pubproperty OnReceiveAsync

Methods

Name Description
System_CAPS_pubmethod Create(AuthenticationTokenCreateContext)

System_CAPS_pubmethod CreateAsync(AuthenticationTokenCreateContext)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Receive(AuthenticationTokenReceiveContext)

System_CAPS_pubmethod ReceiveAsync(AuthenticationTokenReceiveContext)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Owin.Security.Infrastructure Namespace

Return to top