C# Class System.Security.AccessControl.RegistryAccessRule

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

Public Methods

Method Description
RegistryAccessRule ( System identity, System registryRights, System type )
RegistryAccessRule ( System identity, System registryRights, System inheritanceFlags, System propagationFlags, System type )
RegistryAccessRule ( string identity, System registryRights, System type )
RegistryAccessRule ( string identity, System registryRights, System inheritanceFlags, System propagationFlags, System type )
RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule ( string identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule ( string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles

Private Methods

Method Description
RegistryAccessRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles

Method Details

RegistryAccessRule() public method

public RegistryAccessRule ( System identity, System registryRights, System type )
identity System
registryRights System
type System

RegistryAccessRule() public method

public RegistryAccessRule ( System identity, System registryRights, System inheritanceFlags, System propagationFlags, System type )
identity System
registryRights System
inheritanceFlags System
propagationFlags System
type System

RegistryAccessRule() public method

public RegistryAccessRule ( string identity, System registryRights, System type )
identity string
registryRights System
type System

RegistryAccessRule() public method

public RegistryAccessRule ( string identity, System registryRights, System inheritanceFlags, System propagationFlags, System type )
identity string
registryRights System
inheritanceFlags System
propagationFlags System
type System

RegistryAccessRule() public method

public RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity IdentityReference
registryRights RegistryRights
type AccessControlType
return Microsoft.Win32.SafeHandles

RegistryAccessRule() public method

public RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity IdentityReference
registryRights RegistryRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
type AccessControlType
return Microsoft.Win32.SafeHandles

RegistryAccessRule() public method

public RegistryAccessRule ( string identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity string
registryRights RegistryRights
type AccessControlType
return Microsoft.Win32.SafeHandles

RegistryAccessRule() public method

public RegistryAccessRule ( string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity string
registryRights RegistryRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
type AccessControlType
return Microsoft.Win32.SafeHandles