MicrosoftAccountReturnEndpointContext Class
Provides context information to middleware providers.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.Provider.EndpointContext
Microsoft.Owin.Security.Provider.ReturnEndpointContext
Microsoft.Owin.Security.MicrosoftAccount.MicrosoftAccountReturnEndpointContext
Namespace: Microsoft.Owin.Security.MicrosoftAccount
Assembly: Microsoft.Owin.Security.MicrosoftAccount (in Microsoft.Owin.Security.MicrosoftAccount.dll)
Syntax
'Declaration
Public Class MicrosoftAccountReturnEndpointContext _
Inherits ReturnEndpointContext
'Usage
Dim instance As MicrosoftAccountReturnEndpointContext
public class MicrosoftAccountReturnEndpointContext : ReturnEndpointContext
public ref class MicrosoftAccountReturnEndpointContext : public ReturnEndpointContext
type MicrosoftAccountReturnEndpointContext =
class
inherit ReturnEndpointContext
end
public class MicrosoftAccountReturnEndpointContext extends ReturnEndpointContext
The MicrosoftAccountReturnEndpointContext type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MicrosoftAccountReturnEndpointContext | Initializes a new MicrosoftAccountReturnEndpointContext. |
Top
Properties
Name | Description | |
---|---|---|
Identity | Gets or sets the identity of this context. (Inherited from ReturnEndpointContext.) | |
IsRequestCompleted | Gets or sets a value that indicates whether the request for this context is completed. (Inherited from EndpointContext.) | |
OwinContext | (Inherited from BaseContext.) | |
Properties | (Inherited from ReturnEndpointContext.) | |
RedirectUri | Gets or sets the URI which should be used when returning this context. (Inherited from ReturnEndpointContext.) | |
Request | (Inherited from BaseContext.) | |
Response | (Inherited from BaseContext.) | |
SignInAsAuthenticationType | Gets or sets the context that signs in as authentication type. (Inherited from ReturnEndpointContext.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RequestCompleted | Indicates the completed request for the context. (Inherited from EndpointContext.) | |
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.