Defines the Link Control Protocol (LCP) authentication protocol types.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public enum RasLcpAuthenticationType |
| Visual Basic |
|---|
Public Enumeration RasLcpAuthenticationType |
| Visual C++ |
|---|
public enum class RasLcpAuthenticationType |
| F# |
|---|
type RasLcpAuthenticationType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No authentication protocol used. | |
| Pap | 49187 | Password Authentication Protocol. | |
| Spap | 49191 | Shiva Password Authentication Protocol. | |
| Chap | 49699 | Challenge Handshake Authentication Protocol. | |
| Eap | 49703 | Extensible Authentication Protocol. |