FPCVpnPPPSettings
Internet Security and Acceleration Server 2004/2006 SDK
The FPCVpnPPPSettings object defines the Point-to-Point Protocol (PPP) settings for an ISA Server computer acting as a VPN server.
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. |
Interfaces for C++ Programming
This object implements the IFPCVpnPPPSettings interface.
Requirements
| Client | Requires Windows XP. |
|---|---|
| Server | Requires Windows Server 2003. Requires Windows Server 2003 or Windows 2000 for ISA Server 2004 Standard Edition. |
| Version | Requires Internet Security and Acceleration (ISA) Server 2006 or ISA Server 2004. |
| IDL | Declared in Msfpccom.idl. |