CellularApnContext.AuthenticationType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 :
Valeur | Description |
---|---|
Aucune | Aucun protocole d’authentification. |
PAP | Authentification par mot de passe non chiffré. |
CHAP | Challenge Handshake Authentication Protocol (CHAP). |
MsCHAPv2 | Utilisez le protocole CHAP (Challenge Handshake Authentication Protocol) de Microsoft v2.0. |