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)

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

type AzureActiveDirectoryOpenIdConnectReturnEndpointContext = 
    class
        inherit ReturnEndpointContext
    end

NameDescription
System_CAPS_pubmethodAzureActiveDirectoryOpenIdConnectReturnEndpointContext(IOwinContext, AuthenticationTicket)

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

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRequestCompleted()

(Inherited from EndpointContext.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: