AuthenticationTokenCreateContext Class

 

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

Inheritance Hierarchy

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

Syntax

public class AuthenticationTokenCreateContext : BaseContext
public ref class AuthenticationTokenCreateContext : BaseContext
type AuthenticationTokenCreateContext = 
    class
        inherit BaseContext
    end
Public Class AuthenticationTokenCreateContext
    Inherits BaseContext

Constructors

Name Description
System_CAPS_pubmethod AuthenticationTokenCreateContext(IOwinContext, ISecureDataFormat<AuthenticationTicket>, AuthenticationTicket)

Properties

Name Description
System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

System_CAPS_pubproperty Ticket

System_CAPS_pubproperty Token

Methods

Name Description
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 SerializeTicket()

System_CAPS_pubmethod SetToken(String)

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