AuthenticationTokenProvider Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class AuthenticationTokenProvider _
    Implements IAuthenticationTokenProvider
'Usage
Dim instance As AuthenticationTokenProvider
public class AuthenticationTokenProvider : IAuthenticationTokenProvider
public ref class AuthenticationTokenProvider : IAuthenticationTokenProvider
type AuthenticationTokenProvider =  
    class 
        interface IAuthenticationTokenProvider 
    end
public class AuthenticationTokenProvider implements IAuthenticationTokenProvider

The AuthenticationTokenProvider type exposes the following members.

Constructors

  Name Description
Public method AuthenticationTokenProvider

Top

Properties

  Name Description
Public property OnCreate
Public property OnCreateAsync
Public property OnReceive
Public property OnReceiveAsync

Top

Methods

  Name Description
Public method Create
Public method CreateAsync
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Receive
Public method ReceiveAsync
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.Owin.Security.Infrastructure Namespace