ServiceAuthenticationFilter.AllowMultiple Property

 

Gets or sets a value indicating whether more than one instance of this attribute can be specified for a single program element.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

public bool AllowMultiple { get; }

Property Value

Type: System.Boolean

true if the filter allows multiple authentication filters; otherwise, false.

Return to top
Show: