Method | Description | |
---|---|---|
FileSystemAuditRule ( System identity, System fileSystemRights, System flags ) | ||
FileSystemAuditRule ( System identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System flags ) | ||
FileSystemAuditRule ( string identity, System fileSystemRights, System flags ) | ||
FileSystemAuditRule ( string identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System flags ) | ||
FileSystemAuditRule ( |
||
FileSystemAuditRule ( |
||
FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, AuditFlags flags ) : Microsoft.Win32.SafeHandles | ||
FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles |
Method | Description | |
---|---|---|
AccessMaskFromRights ( FileSystemRights fileSystemRights ) : int | ||
FileSystemAuditRule ( |
public FileSystemAuditRule ( System identity, System fileSystemRights, System flags ) | ||
identity | System | |
fileSystemRights | System | |
flags | System |
public FileSystemAuditRule ( System identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System flags ) | ||
identity | System | |
fileSystemRights | System | |
inheritanceFlags | System | |
propagationFlags | System | |
flags | System |
public FileSystemAuditRule ( string identity, System fileSystemRights, System flags ) | ||
identity | string | |
fileSystemRights | System | |
flags | System |
public FileSystemAuditRule ( string identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System flags ) | ||
identity | string | |
fileSystemRights | System | |
inheritanceFlags | System | |
propagationFlags | System | |
flags | System |
public FileSystemAuditRule ( |
||
identity | ||
fileSystemRights | FileSystemRights | |
flags | AuditFlags | |
return | Microsoft.Win32.SafeHandles |
public FileSystemAuditRule ( |
||
identity | ||
fileSystemRights | FileSystemRights | |
inheritanceFlags | InheritanceFlags | |
propagationFlags | PropagationFlags | |
flags | AuditFlags | |
return | Microsoft.Win32.SafeHandles |
public FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, AuditFlags flags ) : Microsoft.Win32.SafeHandles | ||
identity | String | |
fileSystemRights | FileSystemRights | |
flags | AuditFlags | |
return | Microsoft.Win32.SafeHandles |
public FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles | ||
identity | String | |
fileSystemRights | FileSystemRights | |
inheritanceFlags | InheritanceFlags | |
propagationFlags | PropagationFlags | |
flags | AuditFlags | |
return | Microsoft.Win32.SafeHandles |