SPIisWebServiceApplicationSecurity members
Contains security settings for the SPIisWebServiceApplication class.
The SPIisWebServiceApplicationSecurity type exposes the following members.
Properties
Name | Description | |
---|---|---|
NamedAccessRights | Gets the descriptions of the named access rights supported by this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.) |
Top
Methods
Name | Description | |
---|---|---|
AddAccessRule | Adds the specified access rule to this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAccessRules() | Gets a collection of the access rules associated with the security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.) | |
GetAccessRules(Type) | Gets a collection of the access rules associated with the security object of a specified type. (Inherited from SPAclSecurity<TAccessRightsEnum>.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
PurgeAccessRules | Removes all access rules associated with the security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.) | |
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>.) | |
RemoveAccessRuleAll | Removes access rules that have the same name as the specified access rule from this security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.) | |
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>.) | |
ToAcl | Returns an [SPAcl] for the security object. (Inherited from SPAclSecurity<TAccessRightsEnum>.) | |
ToString | (Inherited from Object.) |
Top