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

Public Member Functions

 AuditRule (IdentityReference identity, T rights, AuditFlags flags)
 
 AuditRule (IdentityReference identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
 
 AuditRule (string identity, T rights, AuditFlags flags)
 
 AuditRule (string identity, T rights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
 

Protected Member Functions

 AuditRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags auditFlags)
 

Package Functions

 AuditRule (IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
 

Properties

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

Private Attributes

readonly AuditFlags _flags
 
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 AuditRule.cs.


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