SPCentralAdministrationSecurity members

Represents the administration security settings for a service application.

The SPCentralAdministrationSecurity type exposes the following members.

Properties

  Name Description
Public property NamedAccessRights Gets the descriptions of the named access rights supported by this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)

Top

Methods

  Name Description
Public method AddAccessRule Adds the specified access rule to this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAccessRules() Gets a collection of the access rules associated with the security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method GetAccessRules(Type) Gets a collection of the access rules associated with the security object of a specified type. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method PurgeAccessRules Removes all access rules associated with the security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method RemoveAccessRule Removes access rules that have the same name and access rights as the specified access rule from this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method RemoveAccessRuleAll Removes access rules that have the same name as the specified access rule from this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method 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. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method ToAcl Returns an [SPAcl] for the security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPCentralAdministrationSecurity class

Microsoft.SharePoint.Administration.AccessControl namespace