System.Security.AccessControl.RegistryAccessRule.RegistryAccessRule C# (CSharp) Method

RegistryAccessRule() public method

public RegistryAccessRule ( System identity, System registryRights, System type )
identity System
registryRights System
type System
        public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { }
        public RegistryAccessRule(System.Security.Principal.IdentityReference identity, System.Security.AccessControl.RegistryRights registryRights, System.Security.AccessControl.InheritanceFlags inheritanceFlags, System.Security.AccessControl.PropagationFlags propagationFlags, System.Security.AccessControl.AccessControlType type) : base(default(System.Security.Principal.IdentityReference), default(int), default(bool), default(System.Security.AccessControl.InheritanceFlags), default(System.Security.AccessControl.PropagationFlags), default(System.Security.AccessControl.AccessControlType)) { }

Same methods

RegistryAccessRule::RegistryAccessRule ( System identity, System registryRights, System inheritanceFlags, System propagationFlags, System type )
RegistryAccessRule::RegistryAccessRule ( string identity, System registryRights, System type )
RegistryAccessRule::RegistryAccessRule ( string identity, System registryRights, System inheritanceFlags, System propagationFlags, System type )
RegistryAccessRule::RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule::RegistryAccessRule ( IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule::RegistryAccessRule ( IdentityReference identity, int accessMask, bool isInherited, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule::RegistryAccessRule ( string identity, RegistryRights registryRights, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule::RegistryAccessRule ( string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type ) : Microsoft.Win32.SafeHandles
RegistryAccessRule