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
);
- strSignOutDotGifFileName
- An HTML fragment containing an image for the user to click on to sign out.
For more information, see the Passport SDK documentation in the MSDN Library.
PassportIdentity Members