Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Security.AccessControl.ObjectAccessRule Class Referenceabstract

Protected Member Functions

 ObjectAccessRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AccessControlType type)
 

Properties

Guid ObjectType [get]
 
Guid InheritedObjectType [get]
 
ObjectAceFlags ObjectFlags [get]
 
T Rights [get]
 
AccessControlType AccessControlType [get]
 
IdentityReference IdentityReference [get]
 
int AccessMask [get]
 
bool IsInherited [get]
 
InheritanceFlags InheritanceFlags [get]
 
PropagationFlags PropagationFlags [get]
 

Private Attributes

readonly Guid _objectType
 
readonly Guid _inheritedObjectType
 
readonly ObjectAceFlags _objectFlags
 
readonly AccessControlType _type
 
readonly IdentityReference _identity
 
readonly int _accessMask
 
readonly bool _isInherited
 
readonly InheritanceFlags _inheritanceFlags
 
readonly PropagationFlags _propagationFlags
 

Detailed Description

Definition at line 5 of file ObjectAccessRule.cs.


The documentation for this class was generated from the following file: