CellularApnContext.AuthenticationType 속성

정의

Access Point에서 사용되는 셀룰러ApnAuthenticationType에 정의된 인증 방법을 나타냅니다.

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

속성 값

인증 유형입니다.

설명

이 속성 값은 다음 중 하나일 수 있습니다.

Description
없음인증 프로토콜이 없습니다.
PAP암호화되지 않은 암호 인증.
CHAPCHAP(핸드셰이크 인증 프로토콜)에 도전합니다.
MsCHAPv2Microsoft의 CHAP(Challenge Handshake Authentication Protocol) v2.0을 사용합니다.

적용 대상