Microsoft Internet Security and Acceleration Server 2004 SDK

Defining Groups of Users

There are two types of users in Internet Security and Acceleration Server 2004. The first is the Active Directory user or group, represented by an FPCAccount object. The FPCAccounts collection is a collection of those objects.

The second type is the non-Windows user. This is a user who has been authenticated using an authentication scheme other than that of Active Directory. This user is represented by an FPCNonWindowsUser object. The FPCNonWindowsUsers collection is a collection of those objects.

You can also create a set of users, represented by a FPCUserSet object. This set can contain both FPCAccounts collections and FPCNonWindowsUsers collections. The FPCUserSets collection is a collection of FPCUserSet objects.