Compartilhar via


CellularApnContext.AuthenticationType Propriedade

Definição

Indica o método de autenticação, conforme definido por CellularApnAuthenticationType, que é usado pelo ponto de acesso.

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 da propriedade

O tipo de autenticação.

Comentários

Essa propriedade pode ter um dos seguintes valores:

ValorDescrição
NenhumaNenhum protocolo de autenticação.
PAPAutenticação de senha não criptografada.
CHAPProtocolo CHAP (Challenge Handshake Authentication Protocol).
MsCHAPv2Use o CHAP (Challenge Handshake Authentication Protocol) v2.0 da Microsoft.

Aplica-se a