AuthorizeLevelAttribute Constructor (AuthorizationLevel)

 

Initializes a new version of the AuthorizeLevelAttribute with a given level.

Namespace:   System.Web.Http
Assembly:  Microsoft.Azure.Mobile.Server (in Microsoft.Azure.Mobile.Server.dll)

public:
AuthorizeLevelAttribute(
	AuthorizationLevel level
)

Parameters

level
Type: Microsoft.Azure.Mobile.Security::AuthorizationLevel

The minimum authorization level required to access the resource.

Return to top
Show: