PassportIdentity.SignOut メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > PassportIdentity.SignOut メソッドの意味・解説 

PassportIdentity.SignOut メソッド

指定した Passport メンバ現在のセッションからログオフます。

名前空間: System.Web.Security
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Shared Sub SignOut
 ( _
    strSignOutDotGifFileName As String _
)
Dim strSignOutDotGifFileName As String

PassportIdentity.SignOut(strSignOutDotGifFileName)
public static void SignOut
 (
    string strSignOutDotGifFileName
)
public:
static void SignOut (
    String^ strSignOutDotGifFileName
)
public static void SignOut
 (
    String strSignOutDotGifFileName
)
public static function SignOut
 (
    strSignOutDotGifFileName : String
)

パラメータ

strSignOutDotGifFileName

サインアウトするときクリックするイメージを含む HTML フラグメント

解説解説
使用例使用例
' This example demonstrates how to sign a user out of Passport.
' local GIF file that the user is redirected to.
Dim signOutGifFile As String
 = "signout.gif"
' Signs the user out of their Passport Profile and displays the SignOut.gif
 file.
System.Web.Security.PassportIdentity.SignOut(signOutGifFile)
// 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);
// 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);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

PassportIdentity.SignOut メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



PassportIdentity.SignOut メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2024 Microsoft.All rights reserved.

©2024 GRAS Group, Inc.RSS