Microsoft Internet Security and Acceleration Server 2004 SDK

FPCVpnPPPSettings

The FPCVpnPPPSettings object defines virtual private network (VPN) Point-to-Point Protocol (PPP) settings.

The FPCVpnPPPSettings object can be accessed through the PPPSettings property of the FPCVpnConfiguration object.

Click here to see the ISA Server object hierarchy.

Methods

The FPCVpnPPPSettings object defines the following methods.

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

Properties

The FPCVpnPPPSettings object has the following properties.

Property Description
EnableCHAP Gets or sets a Boolean value that indicates whether the Challenge Handshake Authentication Protocol (CHAP) is enabled.
EnableEAP Gets or sets a Boolean value that indicates whether the Extensible Authentication Protocol (EAP) is enabled.
EnableMSCHAP Gets or sets a Boolean value that indicates whether the Microsoft Challenge Handshake Authentication Protocol version 1 (MS-CHAP) is enabled.
EnableMSCHAPv2 Gets or sets a Boolean value that indicates whether the Microsoft Challenge Handshake Authentication Protocol version 2 (MS-CHAP v2) is enabled.
EnablePAP Gets or sets a Boolean value that indicates whether the Password Authentication Protocol (PAP) is enabled.
EnableShivaPAP Gets or sets a Boolean value that indicates whether the Shiva Password Authentication Protocol (SPAP) is enabled.

Remarks

This object implements the IFPCVpnPPPSettings 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