Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.AccessControl.AccessRule< T > Class Template Reference

Public Member Functions

 AccessRule (IdentityReference identity, T rights, AccessControlType type)
 
 AccessRule (string identity, T rights, AccessControlType type)
 
 AccessRule (IdentityReference identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
 
 AccessRule (string identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
 

Protected Member Functions

 AccessRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
 

Package Functions

 AccessRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
 

Properties

T Rights [get]
 
AccessControlType AccessControlType [get]
 
IdentityReference IdentityReference [get]
 
int AccessMask [get]
 
bool IsInherited [get]
 
InheritanceFlags InheritanceFlags [get]
 
PropagationFlags PropagationFlags [get]
 

Private Attributes

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

Detailed Description

Type Constraints
T :struct 

Definition at line 5 of file AccessRule.cs.


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