WebAccountProviderOperationKind 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
웹 계정 공급자가 수행할 수 있는 다양한 작업을 나타냅니다. 공급자가 활성화될 때 수행할 작업을 확인하려면 이 작업을 사용합니다. 공급자는 알 수 없는 작업을 무시해야 합니다.
public enum class WebAccountProviderOperationKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WebAccountProviderOperationKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WebAccountProviderOperationKind
var value = Windows.Security.Authentication.Web.Provider.WebAccountProviderOperationKind.requestToken
Public Enum WebAccountProviderOperationKind
- 상속
-
WebAccountProviderOperationKind
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
필드
AddAccount | 2 | 웹 계정을 추가합니다. |
DeleteAccount | 4 | 웹 계정을 삭제합니다. |
GetTokenSilently | 1 | UI를 표시하지 않고 인증 토큰을 가져옵니다. |
ManageAccount | 3 | 웹 계정을 관리합니다. |
RequestToken | 0 | 인증 토큰을 요청합니다. |
RetrieveCookies | 5 | 쿠키를 검색합니다. |
SignOutAccount | 6 | 웹 계정을 로그아웃합니다. |