RegistryPermissionAttribute.ViewAccessControl 属性

定义

获取或设置指定注册表项的查看访问控制。

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

属性值

String

一个由分号分隔的注册表项路径列表,用于提供查看访问控制。

注解

键访问意味着访问它包含的所有值及其下的所有变量。

重要

ACL) (访问控制列表描述了对给定注册表项的特定操作具有或没有权限的个人或组。 查看 ACL 的能力是一个重要的权限,应谨慎授予。

适用于