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!

PassportIdentity.LogoTag (String, Int32, Boolean, String, Int32, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Function LogoTag( _
   ByVal strReturnUrl As String, _
   ByVal iTimeWindow As Integer, _
   ByVal fForceLogin As Boolean, _
   ByVal strCoBrandedArgs As String, _
   ByVal iLangID As Integer, _
   ByVal fSecure As Boolean _
) As String
[C#]
public string LogoTag(
   string strReturnUrl,
   int iTimeWindow,
   bool fForceLogin,
   string strCoBrandedArgs,
   int iLangID,
   bool fSecure
);
[C++]
public: String* LogoTag(
   String* strReturnUrl,
   int iTimeWindow,
   bool fForceLogin,
   String* strCoBrandedArgs,
   int iLangID,
   bool fSecure
);
[JScript]
public function LogoTag(
   strReturnUrl : String,
   iTimeWindow : int,
   fForceLogin : Boolean,
   strCoBrandedArgs : String,
   iLangID : int,
   fSecure : Boolean
) : String;

Parameters

strReturnUrl
[To be supplied.]
iTimeWindow
[To be supplied.]
fForceLogin
[To be supplied.]
strCoBrandedArgs
[To be supplied.]
iLangID
[To be supplied.]
fSecure
[To be supplied.]

See Also

PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace | PassportIdentity.LogoTag Overload List