WebAuthenticationResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증 작업의 결과를 나타냅니다.
public ref class WebAuthenticationResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class WebAuthenticationResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class WebAuthenticationResult
Public NotInheritable Class WebAuthenticationResult
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
속성
ResponseData |
작업이 성공적으로 완료되면 프로토콜 데이터를 포함합니다. |
ResponseErrorDetail |
ResponseStatus가 WebAuthenticationStatus.ErrorHttp와 같으면 HTTP 오류 코드를 반환합니다. 오류가 있는 경우에만 사용할 수 있습니다. |
ResponseStatus |
완료되면 비동기 작업의 상태 포함합니다. |