CellularApnContext.AuthenticationType 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 | 암호화되지 않은 암호 인증. |
CHAP | CHAP(핸드셰이크 인증 프로토콜)에 도전합니다. |
MsCHAPv2 | Microsoft의 CHAP(Challenge Handshake Authentication Protocol) v2.0을 사용합니다. |