WebAccountProvider.Authority 属性

定义

获取 Web 帐户提供程序的颁发机构。 使用授权在具有多个标识的单个提供程序之间消除歧义 (,例如 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 帐户提供程序的颁发机构。

适用于