WebAccountProvider.Authority 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
Web 帐户提供程序的颁发机构。