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 | |
---|---|---|
AuthenticationTokenCreateContext |
Top
Properties
Name | Description | |
---|---|---|
OwinContext | (Inherited from BaseContext.) | |
Request | (Inherited from BaseContext.) | |
Response | (Inherited from BaseContext.) | |
Ticket | ||
Token |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
SerializeTicket | ||
SetToken | ||
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.