WebAccountProvider.Authority Property

Definition

Gets the authority of the web account provider. Use authority to disambiguate between a single provider with multiple identities (such as a Microsoft account versus 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

Property Value

String

Platform::String

winrt::hstring

The authority of the web account provider.

Applies to