次の方法で共有


IFPCUserSet::NonWindowsUsers property

Applies to: desktop apps only

The NonWindowsUsers property gets an FPCNonWindowsUsers collection that contains the users who are authenticated using an authentication scheme other than that of Active Directory in the user set. Examples of non-Windows users include RADIUS and SecurID users.

This property is read-only.

Syntax

HRESULT get_NonWindowsUsers(
  IFPCNonWindowsUsers **ppNonWindowsUsers
);
' Data type: FPCNonWindowsUsers

Property NonWindowsUsers( _
  ByVal ppNonWindowsUsers As IFPCNonWindowsUsers _
) As FPCNonWindowsUsers

Property value

Reference to the FPCNonWindowsUsers collection that contains the non-Windows users included in the user set.

Error codes

This property method returns S_OK if the call is successful; otherwise, it returns an error code.

Remarks

This property is read-only. Non-Windows users can be added or removed by calling the methods of the FPCNonWindowsUsers collection retrieved (the IFPCNonWindowsUsers interface retrieved in C++).

Requirements

Minimum supported client

Windows Vista

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

DLL

Msfpccom.dll

See also

FPCUserSet

 

 

Build date: 7/12/2010