FPCNonWindowsUsers Collection

The FPCNonWindowsUsers collection contains a set of FPCNonWindowsUser objects that represent non-Windows users.

Non-Windows users are users who are authenticated using an authentication scheme other than that of Active Directory. Each non-Windows user is defined by a user name and a namespace that identifies the applicable authentication scheme. Examples of non-Windows users include RADIUS and SecurID users. A group of non-Windows users assembled in an FPCNonWindowsUsers collection can be included in a user set (an FPCUserSet object) along with Active Directory users. For more information, see Defining Groups of Users.

Non-Windows users can also be domain users that a Forefront TMG computer belonging to a workgroup can authenticate by communicating with a domain controller using the Lightweight Directory Access Protocol (LDAP). These users are known as LDAP users.

This collection is accessed through the NonWindowsUsers property of an FPCUserSet object.

Click here to see the Forefront TMG object hierarchy.

Methods

The FPCNonWindowsUsers collection defines the following methods.

Method Description

Add

Creates a new FPCNonWindowsUser object in the collection and returns a reference to it.

AddEveryoneUserOfNamespace

Creates a new FPCNonWindowsUser object for the user called "Everyone" in the specified namespace, adds it to the collection, and returns a reference to it.

AddLdapUser

Creates a new FPCNonWindowsUser object in the collection for an LDAP user and returns a reference to it.

Item

Retrieves the requested FPCNonWindowsUser object from the collection.

Refresh

Reads the values of all the properties of the collection and its elements from persistent storage, discarding any changes that have not been saved.

Remove

Removes the specified FPCNonWindowsUser object from the collection.

RemoveAll

Removes all of the FPCNonWindowsUser objects from the collection.

RemoveEveryoneUserOfNamespace

Removes the FPCNonWindowsUser object for the user called "Everyone" in the specified namespace from the collection.

Save

Writes the current values of all the properties of the collection and its elements to persistent storage.

Properties

The FPCNonWindowsUsers collection defines the following properties.

Property Description

_NewEnum

Gets an enumerator object for the collection.

Count

Gets the number of FPCNonWindowsUser objects in the collection.

Interfaces for C++ Programming

This collection implements the IFPCNonWindowsUsers and IFPCNonWindowsUsers2 interfaces.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

See Also

COM Objects


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.