AzureActiveDirectoryExtendedLoginProvider Class
Provides an LoginProvider implementation providing support for Azure Active Directory authentication using both client and server side flow.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service.Security (in Microsoft.WindowsAzure.Mobile.Service.Security.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Mobile.Service.Security.LoginProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryLoginProvider
Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryExtendedLoginProvider
Syntax
public class AzureActiveDirectoryExtendedLoginProvider : AzureActiveDirectoryLoginProvider
public ref class AzureActiveDirectoryExtendedLoginProvider : AzureActiveDirectoryLoginProvider
type AzureActiveDirectoryExtendedLoginProvider =
class
inherit AzureActiveDirectoryLoginProvider
end
Public Class AzureActiveDirectoryExtendedLoginProvider
Inherits AzureActiveDirectoryLoginProvider
Constructors
Name | Description | |
---|---|---|
AzureActiveDirectoryExtendedLoginProvider(HttpConfiguration, IServiceTokenHandler) | Initializes a new instance of the AzureActiveDirectoryExtendedLoginProvider class with a given config, and tokenHandler. |
Properties
Name | Description | |
---|---|---|
Audience | Gets the Azure Active Directory for this service as defined by AzureActiveDirectoryAudience. |
|
Config | Gets the HttpConfiguration for this instance.(Inherited from AzureActiveDirectoryLoginProvider.) |
|
Name | (Inherited from AzureActiveDirectoryLoginProvider.) |
|
TokenHandler | Gets the IServiceTokenHandler for this instance.(Inherited from LoginProvider.) |
|
TokenLifetime | Gets or sets the lifetime for generated tokens.(Inherited from LoginProvider.) |
Methods
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 Namespace
Return to top