The properties of System.Security.AccessControl.AuthorizationRule are listed below. For a list of all members, see the AuthorizationRule Members list.
See Also: Inherited members from System.Object
[read-only] | IdentityReference | System.Security.Principal.IdentityReference.
Gets the System.Security.Principal.IdentityReference to which this rule applies. |
[read-only] | InheritanceFlags | InheritanceFlags.
Gets the value of flags that determine how this rule is inherited by child objects. |
[read-only] | IsInherited | bool.
Gets a value indicating whether this rule is explicitly set or is inherited from a parent container object. |
[read-only] | PropagationFlags | PropagationFlags.
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 System.Security.AccessControl.InheritanceFlags enumeration is not InheritanceFlags.None. |
[read-only] | AccessMask | int.
Gets the access mask for this rule. |