Microsoft Internet Security and Acceleration Server 2004 SDK

RADIUSUserMapping Property of IFPCVpnConfiguration[C++]

FPCVpnConfiguration.RADIUSUserMapping [Visual Basic]

[C++]

The RADIUSUserMapping property gets an FPCUserMapping object that represents the RADIUS user mapping settings for the VPN gateway.

HRESULT get_RADIUSUserMapping(
  IFPCUserMapping** ppUserMapping
);

Parameters

ppUserMapping
Address of an interface pointer that on return points to an IFPCUserMapping interface that represents the RADIUS user mapping settings for the VPN gateway.

Return Values

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

Remarks

This property is read-only. It can be modified by calling the properties and methods of the IFPCUserMapping interface retrieved.

[Visual Basic]

The RADIUSUserMapping property gets an FPCUserMapping object that represents the RADIUS user mapping settings for the VPN gateway.

Property RADIUSUserMapping As FPCUserMapping

Property Value

Reference to an FPCUserMapping object that represents the RADIUS user mapping settings for the VPN gateway.

Remarks

This property is read-only. It can be modified by calling the properties and methods of the FPCUserMapping object retrieved.

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

FPCVpnConfiguration