다음을 통해 공유


WebAccountProvider.Authority 속성

정의

웹 계정 공급자의 권한을 가져옵니다. 권한을 사용하여 여러 ID가 있는 단일 공급자(예: Microsoft 계정 및 Azure Active Directory)를 명확하게 구분합니다.

public:
 property Platform::String ^ Authority { Platform::String ^ get(); };
winrt::hstring Authority();
public string Authority { get; }
var string = webAccountProvider.authority;
Public ReadOnly Property Authority As String

속성 값

String

Platform::String

winrt::hstring

웹 계정 공급자의 권한입니다.

적용 대상