C# Class System.Security.AccessControl.FileSystemAccessRule

Inheritance: AccessRule
Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

FileSystemAccessRule() public method

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

FileSystemAccessRule() public method

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

FileSystemAccessRule() public method

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

FileSystemAccessRule() public method

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

FileSystemAccessRule() public method

public FileSystemAccessRule ( IdentityReference identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity IdentityReference
fileSystemRights FileSystemRights
type AccessControlType
return Microsoft.Win32.SafeHandles

FileSystemAccessRule() public method

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
return Microsoft.Win32.SafeHandles

FileSystemAccessRule() public method

public FileSystemAccessRule ( String identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity String
fileSystemRights FileSystemRights
type AccessControlType
return Microsoft.Win32.SafeHandles

FileSystemAccessRule() public method

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
return Microsoft.Win32.SafeHandles