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

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

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

Метод Описание
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

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

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

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

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

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

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

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

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

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

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

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

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

public RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity IdentityReference
registryRights RegistryRights
type AccessControlType
Результат Microsoft.Win32.SafeHandles

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

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

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

public RegistryAccessRule ( string identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
identity string
registryRights RegistryRights
type AccessControlType
Результат Microsoft.Win32.SafeHandles

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

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