WebAccountProvider.Authority Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Microsoft Entra ID).
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
A string containing the authority information for the web account provider.
Examples
For an example of how to use the WebAccountProvider class, see Web account manager.