Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Security.AccessControl.FileSystemAuditRule Class Referencesealed

Public Member Functions

 FileSystemAuditRule (IdentityReference identity, FileSystemRights fileSystemRights, AuditFlags flags)
 
 FileSystemAuditRule (IdentityReference identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
 
 FileSystemAuditRule (string identity, FileSystemRights fileSystemRights, AuditFlags flags)
 
 FileSystemAuditRule (string identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags)
 

Package Functions

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

Properties

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

Static Private Member Functions

static int AccessMaskFromRights (FileSystemRights fileSystemRights)
 

Private Attributes

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 FileSystemAuditRule.cs.


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