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 |
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 |
public FileSystemAccessRule ( System identity, System fileSystemRights, System type ) | ||
identity | System | |
fileSystemRights | System | |
type | System |
public FileSystemAccessRule ( System identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System type ) | ||
identity | System | |
fileSystemRights | System | |
inheritanceFlags | System | |
propagationFlags | System | |
type | System |
public FileSystemAccessRule ( string identity, System fileSystemRights, System type ) | ||
identity | string | |
fileSystemRights | System | |
type | System |
public FileSystemAccessRule ( string identity, System fileSystemRights, System inheritanceFlags, System propagationFlags, System type ) | ||
identity | string | |
fileSystemRights | System | |
inheritanceFlags | System | |
propagationFlags | System | |
type | System |
public FileSystemAccessRule ( IdentityReference identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles | ||
identity | IdentityReference | |
fileSystemRights | FileSystemRights | |
type | AccessControlType | |
return | Microsoft.Win32.SafeHandles |
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 |
public FileSystemAccessRule ( String identity, FileSystemRights fileSystemRights, AccessControlType type ) : Microsoft.Win32.SafeHandles | ||
identity | String | |
fileSystemRights | FileSystemRights | |
type | AccessControlType | |
return | Microsoft.Win32.SafeHandles |
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 |