ClaimsPrincipalPermissionAttribute.Operation 属性

定义

获取或设置其中应对当前主体授予对指定资源的权限的操作。

public:
 property System::String ^ Operation { System::String ^ get(); void set(System::String ^ value); };
public string Operation { get; set; }
member this.Operation : string with get, set
Public Property Operation As String

属性值

应为其授权当前主体的操作。

注解

操作是应在指定资源上授权当前主体的操作。 必须在声明中ClaimsPrincipalPermissionAttribute设置 属性,Operation否则在调用 方法创建权限时CreatePermission将引发异常。

适用于