EventWaitHandleAuditRule コンストラクタ
アセンブリ: mscorlib (mscorlib.dll 内)

Public Sub New ( _ identity As IdentityReference, _ eventRights As EventWaitHandleRights, _ flags As AuditFlags _ )
Dim identity As IdentityReference Dim eventRights As EventWaitHandleRights Dim flags As AuditFlags Dim instance As New EventWaitHandleAuditRule(identity, eventRights, flags)
public EventWaitHandleAuditRule ( IdentityReference identity, EventWaitHandleRights eventRights, AuditFlags flags )
public: EventWaitHandleAuditRule ( IdentityReference^ identity, EventWaitHandleRights eventRights, AuditFlags flags )
public EventWaitHandleAuditRule ( IdentityReference identity, EventWaitHandleRights eventRights, AuditFlags flags )
public function EventWaitHandleAuditRule ( identity : IdentityReference, eventRights : EventWaitHandleRights, flags : AuditFlags )
- identity
規則の適用対象となるユーザーまたはグループ。SecurityIdentifier 型にするか、または SecurityIdentifier 型に変換できる NTAccount などの型にする必要があります。

例外の種類 | 条件 |
---|---|
ArgumentOutOfRangeException | または |
ArgumentNullException | identity が null 参照 (Visual Basic では Nothing) です。 または eventRights が 0 です。 |
ArgumentException | flags が AuditFlags.None です。 |
ArgumentException | identity が SecurityIdentifier 型ではなく、SecurityIdentifier 型に変換できる NTAccount などの型でもありません。 |

ユーザー名またはグループ名を表す文字列から NTAccount オブジェクトを作成するには、System.Security.Principal.NTAccount(String) コンストラクタを使用します。

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- EventWaitHandleAuditRule コンストラクタのページへのリンク