AzureActiveDirectoryOpenIdConnectReturnEndpointContext Class
This class represents the context used as part of the M:Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationHandler.ProcessCallbackPathRequestAsync code path.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Microsoft.Owin.Security.Provider::BaseContext
Microsoft.Owin.Security.Provider::EndpointContext
Microsoft.Owin.Security.Provider::ReturnEndpointContext
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory::AzureActiveDirectoryOpenIdConnectReturnEndpointContext
| Name | Description | |
|---|---|---|
![]() | AzureActiveDirectoryOpenIdConnectReturnEndpointContext(IOwinContext^, AuthenticationTicket^) | Initializes a new instance of the AzureActiveDirectoryOpenIdConnectReturnEndpointContext with a given context and ticket. |
| Name | Description | |
|---|---|---|
![]() | Identity | (Inherited from ReturnEndpointContext.) |
![]() | IsRequestCompleted | (Inherited from EndpointContext.) |
![]() | OwinContext | (Inherited from BaseContext.) |
![]() | Properties | (Inherited from ReturnEndpointContext.) |
![]() | RedirectUri | (Inherited from ReturnEndpointContext.) |
![]() | Request | (Inherited from BaseContext.) |
![]() | Response | (Inherited from BaseContext.) |
![]() | SignInAsAuthenticationType | (Inherited from ReturnEndpointContext.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RequestCompleted() | (Inherited from EndpointContext.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


