RegistryAuditRule.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 値のビットごとの組み合わせ。

注釈

RegistryAuditRule オブジェクトは不変です。 別のユーザー、異なる権限、またはフラグの異なる組み合わせを表す新しい監査規則を作成できますが、既存の AuditFlags 監査規則を変更することはできません。

適用対象