AzureActiveDirectoryOpenIdConnectReturnEndpointContext Class

 

This class represents the context used as part of the M:Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationHandler.ProcessCallbackPathRequestAsync code path.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.Provider.EndpointContext
      Microsoft.Owin.Security.Provider.ReturnEndpointContext
        Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectReturnEndpointContext

Syntax

public class AzureActiveDirectoryOpenIdConnectReturnEndpointContext : ReturnEndpointContext
public ref class AzureActiveDirectoryOpenIdConnectReturnEndpointContext : ReturnEndpointContext
type AzureActiveDirectoryOpenIdConnectReturnEndpointContext = 
    class
        inherit ReturnEndpointContext
    end
Public Class AzureActiveDirectoryOpenIdConnectReturnEndpointContext
    Inherits ReturnEndpointContext

Constructors

Name Description
System_CAPS_pubmethod AzureActiveDirectoryOpenIdConnectReturnEndpointContext(IOwinContext, AuthenticationTicket)

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectReturnEndpointContext with a given context and ticket.

Properties

Name Description
System_CAPS_pubproperty Identity

(Inherited from ReturnEndpointContext.)

System_CAPS_pubproperty IsRequestCompleted

(Inherited from EndpointContext.)

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Properties

(Inherited from ReturnEndpointContext.)

System_CAPS_pubproperty RedirectUri

(Inherited from ReturnEndpointContext.)

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

System_CAPS_pubproperty SignInAsAuthenticationType

(Inherited from ReturnEndpointContext.)

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 RequestCompleted()

(Inherited from EndpointContext.)

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.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory Namespace

Return to top