asp.net.ph

PassportIdentity.SignOut Method

System.Web.Security Namespace   PassportIdentity Class


Logs off the given Passport member from the current session.

[ VB ]
Public Shared Sub SignOut ( _
   strSignOutDotGifFileName As String _
)

[ C# ]
public static void SignOut (
   string strSignOutDotGifFileName
);

[ C++ ]
public: static void SignOut (
   String* strSignOutDotGifFileName
);

[ JScript ]
public static function SignOut (
   strSignOutDotGifFileName : String
);

Parameters

strSignOutDotGifFileName
An HTML fragment containing an image for the user to click on to sign out.

Remarks

For more information, see the Passport SDK documentation in the MSDN Library.

See Also

PassportIdentity Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note