The IMetabaseClassesSecurityDescriptors interface contains properties and methods to work with collection of of object types method.
Security descriptor of object types contains discretionary access control permissions of users and group of users to work with objects of specific type.
The collection of security descriptors is determined by a set of descriptors that a set for object types method.
Property name | Brief description | |
Count | The Count property returns the number of security descriptors in collection. | |
Item | The Item property returns security descriptor parameters by index. | |
ItemByClassId | The ItemByClassId property returns parameters of security descriptor by object type. |
Method name | Brief description | |
Add | The Add method adds a security descriptor to the collection for further user access permissions setup of users and group of users to objects of specific type. | |
AddDescriptor | The AddDescriptor method adds created security descriptor with specified access permissions to the collection. | |
Clear | The Clear method removes all security descriptors from collection. | |
CreateDescriptor | The CreateDescriptor method creates security descriptor for object type without adding to collection. | |
Remove | The Remove method removes the security descriptor from collection by index. | |
RemoveByClassId | The RemoveByClassId method removes security descriptor from collection by object type. |
See also: