Skip to main content

PppAuthenticationType Enum

Namespace: GHIElectronics.TinyCLR.Devices.Network · Assembly: GHIElectronics.TinyCLR.Devices.Network

PPP authentication protocol.

public enum PppAuthenticationType

Fields

NameValueDescription
None0No authentication.
Any1Allow whichever the peer offers (PAP or CHAP).
Pap2PAP — Password Authentication Protocol (cleartext).
Chap3CHAP — Challenge-Handshake Authentication Protocol.