AuthenticationTokenCreateContext Class

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.Infrastructure.AuthenticationTokenCreateContext

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

Syntax

'Declaration
Public Class AuthenticationTokenCreateContext _
    Inherits BaseContext
'Usage
Dim instance As AuthenticationTokenCreateContext
public class AuthenticationTokenCreateContext : BaseContext
public ref class AuthenticationTokenCreateContext : public BaseContext
type AuthenticationTokenCreateContext =  
    class 
        inherit BaseContext 
    end
public class AuthenticationTokenCreateContext extends BaseContext

The AuthenticationTokenCreateContext type exposes the following members.

Constructors

  Name Description
Public method AuthenticationTokenCreateContext

Top

Properties

  Name Description
Public property OwinContext (Inherited from BaseContext.)
Public property Request (Inherited from BaseContext.)
Public property Response (Inherited from BaseContext.)
Public property Ticket
Public property Token

Top

Methods

  Name Description
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 SerializeTicket
Public method SetToken
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