CellularApnContext.AuthenticationType Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Wert | BESCHREIBUNG |
---|---|
Keine | Kein Authentifizierungsprotokoll. |
PAP | Unverschlüsselte Kennwortauthentifizierung. |
CHAP | Challenge Handshake Authentication Protocol (CHAP). |
Mschapv2 | Verwenden Sie das Challenge Handshake Authentication Protocol (CHAP) v2.0 von Microsoft. |