OnlineIdSystemAuthenticator 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 클래스는 시스템 티켓 기능에 사용하기 위해 디바이스에서 로컬 사용자 ID를 획득하려는 앱의 시도를 처리합니다(설명 참조).
public ref class OnlineIdSystemAuthenticator abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class OnlineIdSystemAuthenticator final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class OnlineIdSystemAuthenticator
Public Class OnlineIdSystemAuthenticator
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)
|
설명
시스템 티켓 기능을 사용하면 사용자가 MSA(Microsoft 계정)로 로그온하지 않은 경우에도 앱에서 사용자에게 클라우드 서비스를 제공하고 사용자 정보를 저장할 수 있습니다. 앱은 이 사용자의 설정 및 데이터를 추적하기 위해 시스템의 로컬 사용자 계정에 대한 정보와 시스템 자체에 대한 정보를 얻을 수 있습니다.
속성
Default |
현재 디바이스에 로그인한 사용자에 해당하는 OnlineIdSystemAuthenticatorForUser의 instance 가져옵니다. |
메서드
GetForUser(User) |
지정된 사용자에 해당하는 OnlineIdSystemAuthenticatorForUser의 instance 가져옵니다. |