PppAuthenticationType Enum
Namespace: GHIElectronics.TinyCLR.Devices.Network · Assembly: GHIElectronics.TinyCLR.Devices.Network
PPP authentication protocol.
public enum PppAuthenticationType
Fields
| Name | Value | Description |
|---|---|---|
None | 0 | No authentication. |
Any | 1 | Allow whichever the peer offers (PAP or CHAP). |
Pap | 2 | PAP — Password Authentication Protocol (cleartext). |
Chap | 3 | CHAP — Challenge-Handshake Authentication Protocol. |