48 : base(identity, accessMask, isInherited, inheritanceFlags, propagationFlags, type)
EventWaitHandleAccessRule(IdentityReference identity, EventWaitHandleRights eventRights, AccessControlType type)
Initializes a new instance of the T:System.Security.AccessControl.EventWaitHandleAccessRule class,...
PropagationFlags
Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are signific...
internal int AccessMask
Gets the access mask for this rule.
Represents an identity and is the base class for the T:System.Security.Principal.NTAccount and T:Syst...
EventWaitHandleRights EventWaitHandleRights
Gets the rights allowed or denied by the access rule.
Represents a combination of a user's identity, an access mask, and an access control type (allow or d...
Represents a user or group account.
Represents a set of access rights allowed or denied for a user or group. This class cannot be inherit...
EventWaitHandleAccessRule(string identity, EventWaitHandleRights eventRights, AccessControlType type)
Initializes a new instance of the T:System.Security.AccessControl.EventWaitHandleAccessRule class,...
AccessControlType
Specifies whether an T:System.Security.AccessControl.AccessRule object is used to allow or deny acces...
InheritanceFlags
Inheritance flags specify the semantics of inheritance for access control entries (ACEs).
EventWaitHandleRights
Specifies the access control rights that can be applied to named system event objects.