다음을 통해 공유


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를 나타내는 새 액세스 규칙을 만들 수 있지만 기존 액세스 규칙은 수정할 수 없습니다.

적용 대상