Partager via


CellularApnContext.AuthenticationType Propriété

Définition

Indique la méthode d’authentification, telle que définie par CellularApnAuthenticationType, qui est utilisée par le point d’accès.

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

Valeur de propriété

Type d’authentification.

Remarques

Cette propriété peut prendre les valeurs suivantes :

ValeurDescription
AucuneAucun protocole d’authentification.
PAPAuthentification par mot de passe non chiffré.
CHAPChallenge Handshake Authentication Protocol (CHAP).
MsCHAPv2Utilisez le protocole CHAP (Challenge Handshake Authentication Protocol) de Microsoft v2.0.

S’applique à