PassportIdentity.GetLoginChallenge Method (String, Int32, Int32, String, Int32, String, Int32, Int32, Object)
Assembly: System.Web (in system.web.dll)
public String GetLoginChallenge ( String szRetURL, int iTimeWindow, int fForceLogin, String szCOBrandArgs, int iLangID, String strNameSpace, int iKPP, int iUseSecureAuth, Object oExtraParams )
public function GetLoginChallenge ( szRetURL : String, iTimeWindow : int, fForceLogin : int, szCOBrandArgs : String, iLangID : int, strNameSpace : String, iKPP : int, iUseSecureAuth : int, oExtraParams : Object ) : String
Not applicable.
Parameters
- szRetURL
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
- iTimeWindow
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- fForceLogin
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- szCOBrandArgs
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
- iLangID
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- strNameSpace
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
- iKPP
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- iUseSecureAuth
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass -1 to indicate that Passport should use the default value.
- oExtraParams
See Passport documentation for IPassportManager3.GetLoginChallenge. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.