[To be supplied.]
[Visual Basic] Overloads Public Function AuthUrl( _ ByVal strReturnUrl As String, _ ByVal iTimeWindow As Integer, _ ByVal fForceLogin As Boolean, _ ByVal strCoBrandedArgs As String, _ ByVal iLangID As Integer _ ) As String [C#] public string AuthUrl( string strReturnUrl, int iTimeWindow, bool fForceLogin, string strCoBrandedArgs, int iLangID ); [C++] public: String* AuthUrl( String* strReturnUrl, int iTimeWindow, bool fForceLogin, String* strCoBrandedArgs, int iLangID ); [JScript] public function AuthUrl( strReturnUrl : String, iTimeWindow : int, fForceLogin : Boolean, strCoBrandedArgs : String, iLangID : int ) : String;
PassportIdentity Class | PassportIdentity Members | System.Web.Security Namespace | PassportIdentity.AuthUrl Overload List