System.Security.AccessControl.AuthorizationRule Members

The members of System.Security.AccessControl.AuthorizationRule are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

[read-only]
IdentityReferenceSystem.Security.Principal.IdentityReference.

Gets the System.Security.Principal.IdentityReference to which this rule applies.

[read-only]
InheritanceFlagsInheritanceFlags.

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

[read-only]
IsInheritedbool.

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

[read-only]
PropagationFlagsPropagationFlags.

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.

Protected Properties

[read-only]
AccessMaskint.

Gets the access mask for this rule.