메소드 | 설명 | |
---|---|---|
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 |
public RegistryAccessRule ( System identity, System registryRights, System type ) | ||
identity | System | |
registryRights | System | |
type | System |
public RegistryAccessRule ( System identity, System registryRights, System inheritanceFlags, System propagationFlags, System type ) | ||
identity | System | |
registryRights | System | |
inheritanceFlags | System | |
propagationFlags | System | |
type | System |
public RegistryAccessRule ( string identity, System registryRights, System type ) | ||
identity | string | |
registryRights | System | |
type | System |
public RegistryAccessRule ( string identity, System registryRights, System inheritanceFlags, System propagationFlags, System type ) | ||
identity | string | |
registryRights | System | |
inheritanceFlags | System | |
propagationFlags | System | |
type | System |
public RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles | ||
identity | IdentityReference | |
registryRights | RegistryRights | |
type | AccessControlType | |
리턴 | Microsoft.Win32.SafeHandles |
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 |
public RegistryAccessRule ( string identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles | ||
identity | string | |
registryRights | RegistryRights | |
type | AccessControlType | |
리턴 | Microsoft.Win32.SafeHandles |
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 |