CellularApnContext.AuthenticationType Eigenschaft

Definition

Gibt die von CellularApnAuthenticationType definierte Authentifizierungsmethode an, die vom Zugriffspunkt verwendet wird.

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

Eigenschaftswert

Der Authentifizierungstyp.

Hinweise

Diese Eigenschaft kann einen der folgenden Werte haben:

WertBESCHREIBUNG
KeineKein Authentifizierungsprotokoll.
PAPUnverschlüsselte Kennwortauthentifizierung.
CHAPChallenge Handshake Authentication Protocol (CHAP).
Mschapv2Verwenden Sie das Challenge Handshake Authentication Protocol (CHAP) v2.0 von Microsoft.

Gilt für: