PassportIdentity.IsAuthenticated プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > PassportIdentity.IsAuthenticated プロパティの意味・解説 

PassportIdentity.IsAuthenticated プロパティ

ユーザーPassport 権限認証されているかどうかを示す値を取得します

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

Dim instance As PassportIdentity
Dim value As Boolean

value = instance.IsAuthenticated
public bool IsAuthenticated { get;
 }
public:
virtual property bool IsAuthenticated {
    bool get () sealed;
}
/** @property */
public final boolean get_IsAuthenticated ()

プロパティ
ユーザーPassport 認証を行う中央サイト認証されている場合trueそれ以外場合false

解説解説

IsAuthenticated呼び出しは、PassportIdentity.GetIsAuthenticated(-1, -1, -1).呼び出しと同じ効果あります

詳細については、MSDN ライブラリ (http://msdn.microsoft.com/library/ja) で Passport SDK に関するドキュメント参照してください

使用例使用例
' Declare new PassportIdendity object as variable newPass.
Dim newPass As System.Web.Security.PassportIdentity
 = New System.Web.Security.PassportIdentity()
' Set the string sIsAuth to the users SignIn status (a boolean) converted
 to a string.
Dim sIsAuth As String =
 newPass.IsAuthenticated.ToString()
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity();
// Set the string sIsAuth to the users SignIn status (a boolean) converted
 to a string.
String sIsAuth = newPass.IsAuthenticated.ToString();
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = 
    new System.Web.Security.PassportIdentity();
// Set the string sIsAuth to the users SignIn status (a boolean) 
// converted to a string.
String sIsAuth = System.Convert.ToString(
    newPass.get_IsAuthenticated());
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間



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

辞書ショートカット

すべての辞書の索引

PassportIdentity.IsAuthenticated プロパティのお隣キーワード
検索ランキング

   

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



PassportIdentity.IsAuthenticated プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2024 GRAS Group, Inc.RSS