Share via


WebAccountProvider.Authority プロパティ

定義

Web アカウント プロバイダーの権限を取得します。 複数の ID を持つ 1 つのプロバイダー (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

Web アカウント プロバイダーの権限。

適用対象