HasToken: Boolean;
The HasToken property determines whether mandatory access control method parameters can be set up for a user group.
The property is relevant only when working with a domain user group included in the list of repository security subjects. The repository must have mandatory access control method or level-based access control method enabled.
Available values:
True. Mandatory access control method parameters can be set up for a domain group using the IMetabaseGroup.Token property. If the user logs in to repository using integrated domain authentication, the user is checked. If the user is included only in one user group with specified access level, the repository login is allowed, otherwise the repository login is denied.
False. Settings of mandatory access control method parameters are reset for a user group and are not used on repository work.
See also: