Microsoft Internet Security and Acceleration Server 2004 SDK

FPCNonWindowsUser

The FPCNonWindowsUser object represents a single authenticated user who is not an Active Directory user. For more information about different kinds of users in ISA Server, see Defining Groups of Users. You can manage which non-Windows users are in a user set using the NonWindowsUsers property of the FPCUserSet object. For more information about user sets, see Defining Groups of Users.

This object is typically an element of an FPCNonWindowsUsers collection.

Click here to see the ISA Server object hierarchy.

Methods

The FPCNonWindowsUser object defines the following methods.

Method Description
Refresh Reads the object's properties from persistent storage, overwriting any changes that have not been saved.
Save Writes the current values of the object's properties to persistent storage.

Properties

The FPCNonWindowsUser object has the following properties.

Property Description
Namespace Gets the authentication namespace for the user.
UserName Gets or sets the user name.

Remarks

This object implements the IFPCNonWindowsUser interface.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

COM Objects