Share via


AuthorizeLevelAttribute(AuthorizationLevel) Constructor

Definition

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

public AuthorizeLevelAttribute (Microsoft.WindowsAzure.Mobile.Service.Security.AuthorizationLevel level);
new Microsoft.AspNet.SignalR.AuthorizeLevelAttribute : Microsoft.WindowsAzure.Mobile.Service.Security.AuthorizationLevel -> Microsoft.AspNet.SignalR.AuthorizeLevelAttribute
Public Sub New (level As AuthorizationLevel)

Parameters

level
AuthorizationLevel

The minimum authorization level required to access the resource.

Applies to