Intersoft ClientUI Documentation
RedirectUri Property (RequestingAuthenticationEventArgs)



Gets or sets the uniform resource identifier (URI) to be redirected for user authentication.
Syntax
Public Property RedirectUri As Uri
Dim instance As RequestingAuthenticationEventArgs
Dim value As Uri
 
instance.RedirectUri = value
 
value = instance.RedirectUri
public Uri RedirectUri {get; set;}
public:
property Uri^ RedirectUri {
   Uri^ get();
   void set (    Uri^ value);
}
Remarks
When authentication 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.

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 Class
RequestingAuthenticationEventArgs Members

Send Feedback