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

Package Functions

 AuthorizationRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags)
 

Properties

IdentityReference IdentityReference [get]
 
int AccessMask [get]
 
bool IsInherited [get]
 
InheritanceFlags InheritanceFlags [get]
 
PropagationFlags PropagationFlags [get]
 

Private Attributes

readonly IdentityReference _identity
 
readonly int _accessMask
 
readonly bool _isInherited
 
readonly InheritanceFlags _inheritanceFlags
 
readonly PropagationFlags _propagationFlags
 

Detailed Description

Definition at line 5 of file AuthorizationRule.cs.


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