Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.AccessControl.ObjectAuditRule Class Referenceabstract

Protected Member Functions

 ObjectAuditRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, Guid objectType, Guid inheritedObjectType, AuditFlags auditFlags)
 

Properties

Guid ObjectType [get]
 
Guid InheritedObjectType [get]
 
ObjectAceFlags ObjectFlags [get]
 
T Rights [get]
 
AuditFlags AuditFlags [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 AuditFlags _flags
 
readonly IdentityReference _identity
 
readonly int _accessMask
 
readonly bool _isInherited
 
readonly InheritanceFlags _inheritanceFlags
 
readonly PropagationFlags _propagationFlags
 

Detailed Description

Definition at line 5 of file ObjectAuditRule.cs.


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