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

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

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

Метод Описание
FileSystemAccessRule ( System identity, System fileSystemRights, System type )
FileSystemAccessRule ( System identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System type )
FileSystemAccessRule ( string identity, System fileSystemRights, System type )
FileSystemAccessRule ( string identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System type )
FileSystemAccessRule ( IdentityReference identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
FileSystemAccessRule ( IdentityReference identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
FileSystemAccessRule ( String identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
FileSystemAccessRule ( String identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles

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

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

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

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

public FileSystemAccessRule ( System identity, System fileSystemRights, System type )
identity System
fileSystemRights System
type System

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

public FileSystemAccessRule ( System identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System type )
identity System
fileSystemRights System
inheritanceFlags System
propagationFlags System
type System

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

public FileSystemAccessRule ( string identity, System fileSystemRights, System type )
identity string
fileSystemRights System
type System

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

public FileSystemAccessRule ( string identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System type )
identity string
fileSystemRights System
inheritanceFlags System
propagationFlags System
type System

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

public FileSystemAccessRule ( IdentityReference identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity IdentityReference
fileSystemRights FileSystemRights
type AccessControlType
Результат Microsoft.Win32.SafeHandles

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

public FileSystemAccessRule ( IdentityReference identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity IdentityReference
fileSystemRights FileSystemRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
type AccessControlType
Результат Microsoft.Win32.SafeHandles

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

public FileSystemAccessRule ( String identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity String
fileSystemRights FileSystemRights
type AccessControlType
Результат Microsoft.Win32.SafeHandles

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

public FileSystemAccessRule ( String identity, FileSystemRights fileSystemRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity String
fileSystemRights FileSystemRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
type AccessControlType
Результат Microsoft.Win32.SafeHandles