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

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

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

Метод Описание
RegistryAuditRule ( System identity, System registryRights, System inheritanceFlags, System propagationFlags, System flags )
RegistryAuditRule ( string identity, System registryRights, System inheritanceFlags, System propagationFlags, System flags )
RegistryAuditRule ( IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles
RegistryAuditRule ( string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles

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

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

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

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

public RegistryAuditRule ( System identity, System registryRights, System inheritanceFlags, System propagationFlags, System flags )
identity System
registryRights System
inheritanceFlags System
propagationFlags System
flags System

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

public RegistryAuditRule ( string identity, System registryRights, System inheritanceFlags, System propagationFlags, System flags )
identity string
registryRights System
inheritanceFlags System
propagationFlags System
flags System

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

public RegistryAuditRule ( IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles
identity IdentityReference
registryRights RegistryRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
flags AuditFlags
Результат Microsoft.Win32.SafeHandles

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

public RegistryAuditRule ( string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles
identity string
registryRights RegistryRights
inheritanceFlags InheritanceFlags
propagationFlags PropagationFlags
flags AuditFlags
Результат Microsoft.Win32.SafeHandles