NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CookieAuthentication.GetRedirectUrl

[To be supplied.]

[Visual Basic]
Public Shared Function GetRedirectUrl( _
   ByVal userName As String, _
   ByVal createPersistentCookie As Boolean _
) As String
[C#]
public static string GetRedirectUrl(
   string userName,
   bool createPersistentCookie
);
[C++]
public: static String* GetRedirectUrl(
   String* userName,
   bool createPersistentCookie
);
[JScript]
public static function GetRedirectUrl(
   userName : String,
   createPersistentCookie : Boolean
) : String;

Parameters

userName
[To be supplied.]
createPersistentCookie
[To be supplied.]

See Also

CookieAuthentication Class | CookieAuthentication Members | System.Web.Security Namespace