SPAclAccessRule<TRightsEnum> members
A rule that describes the access rights of a Windows identity to a service application.
The SPAclAccessRule<TRightsEnum> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAclAccessRule<TRightsEnum>(IdentityReference, TRightsEnum) | Initializes a new instance of the [SPAclAccessRule] class. | |
SPAclAccessRule<TRightsEnum>(SPClaim, TRightsEnum) | Initializes a new instance of the [SPAclAccessRule] class. |
Top
Properties
Name | Description | |
---|---|---|
AllowedObjectRights | Gets the object rights allowed by the access rule. (Overrides SPAccessRule.AllowedObjectRights.) | |
AllowedRights | Gets the rights allowed by the access rule. | |
Description | Gets the display string for the access rule. (Overrides SPAccessRule.Description.) | |
Name | Gets the name of the access rule. (Overrides SPAccessRule.Name.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top