48 : base(identity, accessMask, isInherited, inheritanceFlags, propagationFlags, type)
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...
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.
MutexAccessRule(string identity, MutexRights eventRights, AccessControlType type)
Initializes a new instance of the T:System.Security.AccessControl.MutexAccessRule class,...
Represents a set of access rights allowed or denied for a user or group. This class cannot be inherit...
MutexRights MutexRights
Gets the rights allowed or denied by the access rule.
AccessControlType
Specifies whether an T:System.Security.AccessControl.AccessRule object is used to allow or deny acces...
MutexRights
Specifies the access control rights that can be applied to named system mutex objects.
MutexAccessRule(IdentityReference identity, MutexRights eventRights, AccessControlType type)
Initializes a new instance of the T:System.Security.AccessControl.MutexAccessRule class,...
InheritanceFlags
Inheritance flags specify the semantics of inheritance for access control entries (ACEs).