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を表す新しいアクセス規則を作成できますが、既存のアクセス規則を変更することはできません。

適用対象