你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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