SPAclSecurity<TAccessRightsEnum> members
Represents the security settings for a service application.
The SPAclSecurity<TAccessRightsEnum> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPAclSecurity<TAccessRightsEnum> | Initializes a new instance of the [SPAclSecurity] class. |
Top
Properties
Name | Description | |
---|---|---|
NamedAccessRights | Gets the descriptions of the named access rights supported by this security object. (Overrides SPObjectSecurity.NamedAccessRights.) |
Top
Methods
Name | Description | |
---|---|---|
AddAccessRule | Adds the specified access rule to this security object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAccessRules() | Gets a collection of the access rules associated with the security object. | |
GetAccessRules(Type) | Gets a collection of the access rules associated with the security object of a specified type. (Overrides SPObjectSecurity.GetAccessRules(Type).) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PurgeAccessRules | Removes all access rules associated with the security object. (Overrides SPObjectSecurity.PurgeAccessRules().) | |
RemoveAccessRule | Removes access rules that have the same name and access rights as the specified access rule from this security object. | |
RemoveAccessRuleAll | Removes access rules that have the same name as the specified access rule from this security object. | |
SetAccessRule | Adds the specified access rule to this security object, replacing any existing access rules that have the same name as the specified access rule. | |
ToAcl | Returns an [SPAcl] for the security object. | |
ToString | (Inherited from Object.) |
Top