<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0-rc.2.20475.5" />
API Differences between 5.0.0-rc.2.20475.5 and 4.0.0-beta-22231
38 Additions
1 Removals
Microsoft.Win32
-
public sealed class RegistryKey : MarshalByRefObject, IDisposable
- public void Close()
- public RegistryKey CreateSubKey(string subkey, RegistryKeyPermissionCheck permissionCheck)
- public RegistryKey CreateSubKey(string subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions, RegistrySecurity registrySecurity)
- public RegistryKey CreateSubKey(string subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
- public RegistryKey CreateSubKey(string subkey, RegistryKeyPermissionCheck permissionCheck, RegistryOptions registryOptions)
- public RegistrySecurity GetAccessControl()
- public RegistrySecurity GetAccessControl(AccessControlSections includeSections)
- public RegistryKey OpenSubKey(string name)
- public RegistryKey OpenSubKey(string name, RegistryKeyPermissionCheck permissionCheck)
- public RegistryKey OpenSubKey(string name)
- public RegistryKey OpenSubKey(string name, RegistryKeyPermissionCheck permissionCheck, RegistryRights rights)
- public void SetAccessControl(RegistrySecurity registrySecurity)
-
public enum RegistryKeyPermissionCheck
System.Security.AccessControl
-
public sealed class RegistryAccessRule : AccessRule
- public RegistryRights RegistryRights { get; }
- public RegistryAccessRule(IdentityReference identity, RegistryRights registryRights, AccessControlType type)
- public RegistryAccessRule(string identity, RegistryRights registryRights, AccessControlType type)
- public RegistryAccessRule(IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
- public RegistryAccessRule(string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)
-
public sealed class RegistryAuditRule : AuditRule
-
public sealed class RegistrySecurity : NativeObjectSecurity