RasLcpAuthenticationDataType Enumeration

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Defines the Link Control Protocol (LCP) authentication data types.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public enum RasLcpAuthenticationDataType
Visual Basic
Public Enumeration RasLcpAuthenticationDataType
Visual C++
public enum class RasLcpAuthenticationDataType
F#
type RasLcpAuthenticationDataType

Members

Member name Value Description
None 0 No authentication data used.
MD5Chap 5 MD5 Challenge Handshake Authentication Protocol.
MSChap 128 Challenge Handshake Authentication Protocol.
MSChap2 129 Challenge Handshake Authentication Protocol version 2.

See Also