PassportIdentity.LogoutURL Method (String, String, Int32, String, Int32)
.NET Framework 3.0
Returns the Passport logout URL string using the specified parameters.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String LogoutURL ( String szReturnURL, String szCOBrandArgs, int iLangID, String strDomain, int iUseSecureAuth )
public function LogoutURL ( szReturnURL : String, szCOBrandArgs : String, iLangID : int, strDomain : String, iUseSecureAuth : int ) : String
Not applicable.
Parameters
- szReturnURL
See IPassportManager3.LogoutUrl for more details. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
- szCOBrandArgs
See IPassportManager3.LogoutUrl for more details. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
- iLangID
See IPassportManager3.LogoutUrl for more details. Pass -1 to indicate that Passport should use the default value.
- strDomain
See IPassportManager3.LogoutUrl for more details. Pass a null reference (Nothing in Visual Basic) to indicate that Passport should use the default value.
- iUseSecureAuth
See IPassportManager3.LogoutUrl for more details. Pass -1 to indicate that Passport should use the default value.
Return Value
The Passport logout URL string.Community Additions
ADD
Show: