Intersoft ClientUI Documentation
RequestingAuthenticationEventArgs Class
Members 



Provides data for RequestingAuthentication event.
Object Model
RequestingAuthenticationEventArgs ClassRoutedEvent Class
Syntax
<DoNotObfuscateTypeAttribute()>
Public NotInheritable Class RequestingAuthenticationEventArgs 
   Inherits ISRoutedEventArgs
[DoNotObfuscateTypeAttribute()]
public sealed class RequestingAuthenticationEventArgs : ISRoutedEventArgs 
[DoNotObfuscateTypeAttribute()]
public ref class RequestingAuthenticationEventArgs sealed : public ISRoutedEventArgs 
Remarks
When authenstication is required for a page, the RequestingAuthentication event is raised to give an opportunity for developers to track and handle the authentication request, such as by providing the RedirectUri value and subsequently set the Handled of the event data to true.
If the RequestingAuthentication event is not handled and the RedirectUri is not specified, the UXFrame will raise NavigationFailed event for the particular navigation request.

To learn morea about authentication feature in ClientUI navigation framework, see Advanced Features in ClientUI Navigation Framework.

Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Windows.RoutedEventArgs
         Intersoft.Client.Framework.ISRoutedEventArgs
            Intersoft.Client.Framework.RequestingAuthenticationEventArgs

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RequestingAuthenticationEventArgs Members
Intersoft.Client.Framework Namespace

Send Feedback