PassportIdentity.SignOut Method
.NET Framework 3.0
Logs off the given Passport member from the current session.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
// This example demonstrates how to sign a user out of Passport. // local GIF file that the user is redirected to. String signOutGifFile = "signout.gif"; // Signs the user out of their Passport Profile and displays the // SignOut.gif file. System.Web.Security.PassportIdentity.SignOut(signOutGifFile);
Community Additions
ADD
Show: