CellularApnContext.AuthenticationType Property

Definition

Indicates the authentication method, as defined by CellularApnAuthenticationType, that is used by the access point.

public:
 property CellularApnAuthenticationType AuthenticationType { CellularApnAuthenticationType get(); void set(CellularApnAuthenticationType value); };
CellularApnAuthenticationType AuthenticationType();

void AuthenticationType(CellularApnAuthenticationType value);
public CellularApnAuthenticationType AuthenticationType { get; set; }
var cellularApnAuthenticationType = cellularApnContext.authenticationType;
cellularApnContext.authenticationType = cellularApnAuthenticationType;
Public Property AuthenticationType As CellularApnAuthenticationType

Property Value

The authentication type.

Remarks

This property can have one of the following values:

ValueDescription
NONENo authentication protocol.
PAPUnencrypted password authentication.
CHAPChallenge Handshake Authentication Protocol(CHAP).
MsCHAPv2Use Microsoft’s Challenge Handshake Authentication Protocol(CHAP) v2.0.

Applies to