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)

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.AzureActiveDirectoryOpenIdConnectAuthenticatedContext

public class AzureActiveDirectoryOpenIdConnectAuthenticatedContext : BaseContext

NameDescription
System_CAPS_pubmethodAzureActiveDirectoryOpenIdConnectAuthenticatedContext(IOwinContext, String, ClaimsIdentity)

Initializes a new instance of the AzureActiveDirectoryOpenIdConnectAuthenticatedContext class.

NameDescription
System_CAPS_pubpropertyIdentity

Gets the ClaimsIdentity representing the user.

System_CAPS_pubpropertyIdToken

Gets the Azure Active Directory ID token.

System_CAPS_pubpropertyIsValidated

Gets whether the user identity has been validated successfully.

System_CAPS_pubpropertyOwinContext

(Inherited from BaseContext.)

System_CAPS_pubpropertyRequest

(Inherited from BaseContext.)

System_CAPS_pubpropertyResponse

(Inherited from BaseContext.)

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