Compartir a través de


CellularApnContext.AuthenticationType Propiedad

Definición

Indica el método de autenticación, tal y como se define en CellularApnAuthenticationType, que usa el punto de acceso.

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

Valor de propiedad

El tipo de autenticación.

Comentarios

Esta propiedad admite cualquiera de los siguientes valores:

ValueDescripción
NingunoSin protocolo de autenticación.
PAPAutenticación de contraseña sin cifrar.
CHAPProtocolo de autenticación de protocolo de enlace de desafío (CHAP).
MsCHAPv2Use el Protocolo de autenticación de protocolo de enlace de desafío de Microsoft (CHAP) v2.0.

Se aplica a