C# Class System.Security.AccessControl.RegistryAuditRule

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

Public Methods

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

Private Methods

Method Description
RegistryAuditRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AuditFlags flags ) : Microsoft.Win32.SafeHandles

Method Details

RegistryAuditRule() public method

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

RegistryAuditRule() public method

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

RegistryAuditRule() public method

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

RegistryAuditRule() public method

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