<PackageReference Include="Microsoft.Win32.Registry" Version="4.5.0-preview1-25914-04" />

RegistryAccessRule

public sealed class RegistryAccessRule : AccessRule

public RegistryAccessRule(IdentityReference identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)

public RegistryAccessRule(string identity, RegistryRights registryRights, AccessControlType type)

public RegistryAccessRule(string identity, RegistryRights registryRights, InheritanceFlags inheritanceFlags, PropagationFlags propagationFlags, AccessControlType type)