AuthProtocol (descendant of DefaultProfile)
Defines the authentication protocol to be used for activating a Packet Data Protocol (PDP) context:
- NONE - No authentication protocol.
- PAP - Unencrypted password authentication.
- CHAP - Challenge Handshake Authentication Protocol(CHAP).
- MsCHAPv2 - Microsoft’s Challenge Handshake Authentication Protocol(CHAP) v2.0.
Element hierarchy
- <DefaultProfile>
-
- <Context>
- <AuthProtocol>
Syntax
<AuthProtocol>
"NONE" | "PAP" | "CHAP" | "MsCHAPv2"
</AuthProtocol>
Attributes and Elements
Attributes
None.
Child Elements
None.
Parent Elements
Parent Element | Description |
---|---|
Context | Defines the parameters required to setup a data connection. |
Remarks
This element is optional and is used only for GSM profiles. If the element is not specified and the profile is for a GSM device, then the Mobile Broadband service will use NONE.
Requirements
Value | |
---|---|
Namespace | http://www.microsoft.com/networking/CarrierControl/WWAN/v1 |