8 private readonly
Guid _objectType;
10 private readonly
Guid _inheritedObjectType;
40 : base(identity, accessMask, isInherited, inheritanceFlags, propagationFlags, type)
44 _objectType = objectType;
53 _inheritedObjectType = inheritedObjectType;
PropagationFlags
Specifies how Access Control Entries (ACEs) are propagated to child objects. These flags are signific...
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...
Guid InheritedObjectType
Gets the type of child object that can inherit the T:System.Security.AccessControl....
Guid ObjectType
Gets the type of object to which the T:System.Security.AccessControl.ObjectAccessRule applies.
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
ObjectAceFlags ObjectFlags
Gets flags that specify if the P:System.Security.AccessControl.ObjectAccessRule.ObjectType and P:Syst...
ObjectAccessRule(IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AccessControlType type)
Initializes a new instance of the T:System.Security.AccessControl.ObjectAccessRule class with the spe...
override bool Equals(object o)
Returns a value that indicates whether this instance is equal to a specified object.
Controls access to Directory Services objects. This class represents an Access Control Entry (ACE) as...
Represents a combination of a user's identity, an access mask, and an access control type (allow or d...
AccessControlType
Specifies whether an T:System.Security.AccessControl.AccessRule object is used to allow or deny acces...
static readonly Guid Empty
A read-only instance of the T:System.Guid structure whose value is all zeros.
InheritanceFlags
Inheritance flags specify the semantics of inheritance for access control entries (ACEs).
ObjectAceFlags
Specifies the presence of object types for Access Control Entries (ACEs).