Intersoft ClientUI Documentation
RedirectUri Property (AuthenticatingEventArgs)



Gets or sets the uniform resource identifier (URI) to be redirected for user authentication.
Syntax
Public Property RedirectUri As Uri
Dim instance As AuthenticatingEventArgs
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);
}
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

AuthenticatingEventArgs Class
AuthenticatingEventArgs Members

Send Feedback