AzureActiveDirectoryOpenIdConnectAuthenticatedContext Class

 

This class represents the context used as part of the M:Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticationHandler.AuthenticateCoreAsync 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.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext

Syntax

public class AzureActiveDirectoryOpenIdConnectAuthenticatedContext : BaseContext
public ref class AzureActiveDirectoryOpenIdConnectAuthenticatedContext : BaseContext
type AzureActiveDirectoryOpenIdConnectAuthenticatedContext = 
    class
        inherit BaseContext
    end
Public Class AzureActiveDirectoryOpenIdConnectAuthenticatedContext
    Inherits BaseContext

Constructors

Name Description
System_CAPS_pubmethod AzureActiveDirectoryOpenIdConnectAuthenticatedContext(IOwinContext, String, ClaimsIdentity)

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticatedContext class.

Properties

Name Description
System_CAPS_pubproperty Identity

Gets the ClaimsIdentity representing the user.

System_CAPS_pubproperty IdToken

Gets the Azure Active Directory ID token.

System_CAPS_pubproperty IsValidated

Gets whether the user identity has been validated successfully.

System_CAPS_pubproperty OwinContext

(Inherited from BaseContext.)

System_CAPS_pubproperty Request

(Inherited from BaseContext.)

System_CAPS_pubproperty Response

(Inherited from BaseContext.)

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