RegistryAccessRule.RegistryRights 属性

定义

获取访问规则允许或拒绝的权限。

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的新访问规则,但不能修改现有访问规则。

适用于