RegistryAccessRule.RegistryRights 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取访问规则允许或拒绝的权限。
public:
property System::Security::AccessControl::RegistryRights RegistryRights { System::Security::AccessControl::RegistryRights get(); };
public System.Security.AccessControl.RegistryRights RegistryRights { get; }
member this.RegistryRights : System.Security.AccessControl.RegistryRights
Public ReadOnly Property RegistryRights As RegistryRights
属性值
RegistryRights 值的按位组合,它指示访问规则允许或拒绝的权限。
注解
RegistryAccessRule 对象是不可变的。 可以创建表示不同用户、不同权限或不同 AccessControlType的新访问规则,但不能修改现有访问规则。