AzureActiveDirectoryLoginAuthenticationProvider.Config Property
The HttpConfiguration associated with this instance.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Security.Providers
Assembly: Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)
Syntax
public HttpConfiguration Config {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property HttpConfiguration^ Config {
[CompilerGeneratedAttribute]
HttpConfiguration^ get();
[CompilerGeneratedAttribute]
private: void set(HttpConfiguration^ value);
}
member Config : HttpConfiguration with get, private set
Public Property Config As HttpConfiguration
Get
Private Set
End Property
Property Value
Type: System.Web.Http.HttpConfiguration
See Also
AzureActiveDirectoryLoginAuthenticationProvider Class
Microsoft.WindowsAzure.Mobile.Service.Security.Providers Namespace
Return to top