Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: desktop apps only
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.
Members
The FPCNonWindowsUsers collection has these types of members:
- Methods
- Properties
Methods
The FPCNonWindowsUsers collection has these 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 has these properties.
Property | Access type | Description |
---|---|---|
Read-only | Gets an enumerator object for the collection. |
|
Read-only | Gets the number of FPCNonWindowsUser objects in the collection. |
Interfaces for C++ Programming
This collection implements the IFPCNonWindowsUsers and IFPCNonWindowsUsers2 interfaces.
Requirements
Minimum supported client |
Windows Vista, None supported |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only) |
Version |
Forefront Threat Management Gateway (TMG) 2010 |
IDL |
Msfpccom.idl |
See also
Build date: 7/12/2010