Contents

kSCPropNetPPPAuthProtocol

The PPP key AuthProtocol, whose value is of type CFArray, containing elements of type CFString.

Declaration

let kSCPropNetPPPAuthProtocol: CFString

Discussion

This key can be passed the following constants:

  • kSCValNetPPPAuthProtocolCHAP, which has the value CHAP

  • kSCValNetPPPAuthProtocolEAP, which has the value EAP

  • kSCValNetPPPAuthProtocolMSCHAP1, which has the value MSCHAP1

  • kSCValNetPPPAuthProtocolMSCHAP2, which has the value MSCHAP2

  • kSCValNetPPPAuthProtocolPAP, which has the value PAP

See Also

Constants