Attributes: IABACAttributes;
The Attributes property returns the user attributes collection.
This collection can also be cast to the IABACSubjectAttributes interface to set up links between user attributes and attributes of external storage areas/domains containing information about security subjects.
To work with attribute values, use the ISecuritySubject.Attributes property. The values will be available after successful user authorization.
The property use is given in the example for IABACAttribute.Name.
See also: