C# Класс System.Security.AccessControl.FileSystemAuditRule

Наследование: AuditRule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 ( IdentityReference identity, FileSystemRights fileSystemRights, AuditFlags flags ) : Microsoft.Win32.SafeHandles
FileSystemAuditRule ( IdentityReference identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles
FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, AuditFlags flags ) : Microsoft.Win32.SafeHandles
FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles

Приватные методы

Метод Описание
AccessMaskFromRights ( FileSystemRights fileSystemRights ) : int
FileSystemAuditRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles

Описание методов

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( System identity, System fileSystemRights, System flags )
identity System
fileSystemRights System
flags System

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( System identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System flags )
identity System
fileSystemRights System
inheritanceFlags System
propagationFlags System
flags System

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( string identity, System fileSystemRights, System flags )
identity string
fileSystemRights System
flags System

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( string identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System flags )
identity string
fileSystemRights System
inheritanceFlags System
propagationFlags System
flags System

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( IdentityReference identity, FileSystemRights fileSystemRights, AuditFlags flags ) : Microsoft.Win32.SafeHandles
identity System.Security.Principal.IdentityReference
fileSystemRights FileSystemRights
flags AuditFlags
Результат Microsoft.Win32.SafeHandles

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( IdentityReference identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles
identity System.Security.Principal.IdentityReference
fileSystemRights FileSystemRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
flags AuditFlags
Результат Microsoft.Win32.SafeHandles

FileSystemAuditRule() публичный Метод

public FileSystemAuditRule ( String identity, FileSystemRights fileSystemRights, AuditFlags flags ) : Microsoft.Win32.SafeHandles
identity String
fileSystemRights FileSystemRights
flags AuditFlags
Результат Microsoft.Win32.SafeHandles

FileSystemAuditRule() публичный Метод

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
Результат Microsoft.Win32.SafeHandles