| 
            
              AzureADSettingsAuthority Property
             | 
          
        
        
            Gets the Azure AD authority (Instance + TenantID).
            
        
        Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.257-beta
Syntaxpublic Uri Authority { get; }Public ReadOnly Property Authority As Uri
	Get
public:
property Uri^ Authority {
	Uri^ get ();
}member Authority : Uri with get
function get_Authority();
 View SourceProperty Value
Uri
See Also