<PackageReference Include="System.Security.AccessControl" Version="4.6.0-preview9.19421.4" />

AuthorizationRule

public abstract class AuthorizationRule
Determines access to securable objects. The derived classes AccessRule and AuditRule offer specializations for access and audit functionality.

Gets the IdentityReference to which this rule applies.

Gets the value of flags that determine how this rule is inherited by child objects.

public bool IsInherited { get; }

Gets a value indicating whether this rule is explicitly set or is inherited from a parent container object.

Gets the value of the propagation flags, which determine how inheritance of this rule is propagated to child objects. This property is significant only when the value of the InheritanceFlags enumeration is not None.