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

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

공개 메소드들

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