AuthenticationTokenReceiveContext 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.AuthenticationTokenReceiveContext
Syntax
public class AuthenticationTokenReceiveContext : BaseContext
public ref class AuthenticationTokenReceiveContext : BaseContext
type AuthenticationTokenReceiveContext =
class
inherit BaseContext
end
Public Class AuthenticationTokenReceiveContext
Inherits BaseContext
Constructors
Name | Description | |
---|---|---|
AuthenticationTokenReceiveContext(IOwinContext, ISecureDataFormat<AuthenticationTicket>, String) |
Properties
Name | Description | |
---|---|---|
OwinContext | (Inherited from BaseContext.) |
|
Request | (Inherited from BaseContext.) |
|
Response | (Inherited from BaseContext.) |
|
Ticket | ||
Token |
Methods
Name | Description | |
---|---|---|
DeserializeTicket(String) | ||
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetTicket(AuthenticationTicket) | ||
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