C# 클래스 System.Security.AccessControl.RegistryAuditRule

상속: AuditRule
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
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