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.RedirectFromLoginPage

[To be supplied.]

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

Parameters

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

See Also

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