CellularApnContext.AuthenticationType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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:
Valor | Descrição |
---|---|
Nenhuma | Nenhum protocolo de autenticação. |
PAP | Autenticação de senha não criptografada. |
CHAP | Protocolo CHAP (Challenge Handshake Authentication Protocol). |
MsCHAPv2 | Use o CHAP (Challenge Handshake Authentication Protocol) v2.0 da Microsoft. |