AuthorizeLevelAttribute(AuthorizationLevel) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.