PassportIdentity.LogoutURL Method (String, String, Int32, String, Int32)

Returns the Passport logout URL string using the specified parameters.

Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)

No code example is currently available or this language may not be supported.
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.

For more details, see IPassportManager3.LogoutURL in the Passport SDK documentation, available in the MSDN Library at http://msdn.microsoft.com/library.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: