AuthenticationTokenReceiveContext Class

Inheritance Hierarchy

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

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

Syntax

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

The AuthenticationTokenReceiveContext type exposes the following members.

Constructors

  Name Description
Public method AuthenticationTokenReceiveContext

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 DeserializeTicket
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 SetTicket
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