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

適用対象