The IABACPolicySets interface is used to work with sets of policies in attribute-based access control structure.
To determine a set of policies in attribute-based access control, use the IABACPolicySet interface.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of sets of policies contained in attribute-based access control. |
![]() |
Item | The Item property returns a set of policies from attribute-based access control by index. |
| Method name | Brief description | |
![]() |
Add | The Add method adds a set of policies to attribute-based access control structure. |
![]() |
AddCopy | The AddCopy method adds a copy of the specified set of policies to attribute-based access control structure. |
![]() |
Clear | The Clear method deletes all sets of policies from attribute-based access control. |
![]() |
FindById | The FindById method searches for a set of policies in attribute-based access control by identifier. |
![]() |
FindByKey | The FindByKey method searches for a set of policies in attribute-based access control by key. |
![]() |
IndexOf | The IndexOf method returns index of a set of policies in attribute-based access control structure. |
![]() |
Move | The Move method moves a set of policies among the existing sets of policies in attribute-based access control by index. |
![]() |
MoveById | The MoveById method moves a set of policies among the existing sets of policies in attribute-based access control by identifier. |
![]() |
MoveByKey | The MoveByKey method moves a set of policies among the existing sets of policies in attribute-based access control by key. |
![]() |
Remove | The Remove method removes a set of policies in attribute-based access control by index. |
![]() |
RemoveById | The RemoveById method removes a set of policies in attribute-based access control by identifier. |
![]() |
RemoveByKey | The RemoveByKey method removes a set of policies in attribute-based access control by key. |
![]() |
Swap | The Swap method swaps the specified sets of policies in attribute-based access control by index. |
![]() |
SwapById | The SwapById method swaps the specified sets of policies in attribute-based access control by identifier. |
![]() |
SwapByKey | The SwapByKey method swaps the specified sets of policies in attribute-based access control by key. |
See also: