HotspotAuthenticationContext.AbortAuthentication(Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 인증 시도를 중단하고 핫스팟에서 WLAN 인터페이스의 연결을 끊습니다.
참고
이 기능은 모바일 네트워크 운영자가 권한 있는 액세스 권한을 부여한 통신사 앱 및 UWP 앱에서만 사용할 수 있습니다.
이 API를 사용하고 앱을 Microsoft Store에 게시하려면 특별한 승인이 필요합니다. 자세한 내용은 앱 기능 선언 항목의 제한된기능 섹션을 참조하세요 .
public:
virtual void AbortAuthentication(bool markAsManual) = AbortAuthentication;
void AbortAuthentication(bool const& markAsManual);
public void AbortAuthentication(bool markAsManual);
function abortAuthentication(markAsManual)
Public Sub AbortAuthentication (markAsManual As Boolean)
매개 변수
- markAsManual
-
Boolean
bool
true이면 Windows에서 해당 WLAN 프로필에 대한 자동 연결 속성을 사용하지 않도록 설정하고 나중에 이 핫스팟에 자동 연결하지 않도록 방지합니다. 그렇지 않으면 false입니다.
Windows 요구 사항
앱 기능 |
cellularDeviceControl
cellularDeviceIdentity
|
설명
IssueCredentials를 통해 인증 자격 증명을 제공할 수 없는 경우 AbortAuthentication을 호출해야 합니다. AbortAuthentication이 호출되면 인증 컨텍스트가 종료되고 IssueCredentials, AbortAuthentication 또는 SkipAuthentication 을 다시 호출하면 안 됩니다.