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

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

PassportIdentity.LogoTag メソッド ()

Passport リンクでイメージ タグ含んでいる HTML フラグメント返します

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

解説解説
使用例使用例
' Declare new PassportIdendity object as variable newPass.
Dim newPass As System.Web.Security.PassportIdentity
 = New System.Web.Security.PassportIdentity()
' Set a string to the URL of the appropriate Passport 
' SignIn/SignOut Authority.
Dim sPassportlink As String
 = newPass.LogoTag()
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = new System.Web.Security.PassportIdentity();
// Set a string to the URL of the appropriate Passport SignIn/SignOut
 authority.
string sPassportlink = newPass.LogoTag();
// Declare new PassportIdendity object as variable newPass.
System.Web.Security.PassportIdentity newPass = 
    new System.Web.Security.PassportIdentity();
// Set a string to the URL of the appropriate Passport 
// SignIn/SignOut authority.
String sPassportlink = newPass.LogoTag();
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間

PassportIdentity.LogoTag メソッド (String, Int32, Int32, String, Int32, Int32, String, Int32, Int32)

Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します

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

Public Function LogoTag ( _
    strReturnUrl As String, _
    iTimeWindow As Integer, _
    iForceLogin As Integer, _
    strCoBrandedArgs As String, _
    iLangID As Integer, _
    iSecure As Integer, _
    strNameSpace As String, _
    iKPP As Integer, _
    iUseSecureAuth As Integer _
) As String
Dim instance As PassportIdentity
Dim strReturnUrl As String
Dim iTimeWindow As Integer
Dim iForceLogin As Integer
Dim strCoBrandedArgs As String
Dim iLangID As Integer
Dim iSecure As Integer
Dim strNameSpace As String
Dim iKPP As Integer
Dim iUseSecureAuth As Integer
Dim returnValue As String

returnValue = instance.LogoTag(strReturnUrl, iTimeWindow, iForceLogin, strCoBrandedArgs,
 iLangID, iSecure, strNameSpace, iKPP, iUseSecureAuth)
public string LogoTag (
    string strReturnUrl,
    int iTimeWindow,
    int iForceLogin,
    string strCoBrandedArgs,
    int iLangID,
    int iSecure,
    string strNameSpace,
    int iKPP,
    int iUseSecureAuth
)
public:
String^ LogoTag (
    String^ strReturnUrl, 
    int iTimeWindow, 
    int iForceLogin, 
    String^ strCoBrandedArgs, 
    int iLangID, 
    int iSecure, 
    String^ strNameSpace, 
    int iKPP, 
    int iUseSecureAuth
)
public String LogoTag (
    String strReturnUrl, 
    int iTimeWindow, 
    int iForceLogin, 
    String strCoBrandedArgs, 
    int iLangID, 
    int iSecure, 
    String strNameSpace, 
    int iKPP, 
    int iUseSecureAuth
)
public function LogoTag (
    strReturnUrl : String, 
    iTimeWindow : int, 
    iForceLogin : int, 
    strCoBrandedArgs : String, 
    iLangID : int, 
    iSecure : int, 
    strNameSpace : String, 
    iKPP : int, 
    iUseSecureAuth : int
) : String

パラメータ

strReturnUrl

メンバログオンした後に、Login サーバーメンバリダイレクトする場所の URL設定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

iTimeWindow

メンバ最後にログオンした間隔指定しますPassport既定値使用する場合、-1 を渡します

iForceLogin

iTimeWindow パラメータ使用方法確認しますPassport既定値使用する場合、-1 を渡します

strCoBrandedArgs

参加要素のコブランディング テンプレート スクリプト ページURL に、クエリ文字列変数として追加される変数指定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

iLangID

メンバ表示されるログオン ページ使用される言語指定しますPassport既定値使用する場合、-1 を渡します

iSecure

このメソッドHTTPS (SSL) ページから呼び出されているかどうか宣言しますPassport既定値使用する場合、-1 を渡します

strNameSpace

Passport作成先のドメイン指定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

iKPP

児童オンライン プライバシー保護法 (COPPA: Children's Online Privacy Protection Act) に準拠するデータ コレクション ポリシー指定しますPassport既定値使用する場合、-1 を渡します

iUseSecureAuth

実際ログオン UI が、Passport ドメイン権限から HTTPS提供するかどうか宣言しますPassport既定値使用する場合、-1 を渡します

戻り値
Passport リンクでイメージ タグ含んでいる HTML フラグメント

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間

PassportIdentity.LogoTag メソッド (String, Int32, Boolean, String, Int32, Boolean, String, Int32, Boolean)

Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します

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

Public Function LogoTag ( _
    strReturnUrl As String, _
    iTimeWindow As Integer, _
    fForceLogin As Boolean, _
    strCoBrandedArgs As String, _
    iLangID As Integer, _
    fSecure As Boolean, _
    strNameSpace As String, _
    iKPP As Integer, _
    bUseSecureAuth As Boolean _
) As String
Dim instance As PassportIdentity
Dim strReturnUrl As String
Dim iTimeWindow As Integer
Dim fForceLogin As Boolean
Dim strCoBrandedArgs As String
Dim iLangID As Integer
Dim fSecure As Boolean
Dim strNameSpace As String
Dim iKPP As Integer
Dim bUseSecureAuth As Boolean
Dim returnValue As String

returnValue = instance.LogoTag(strReturnUrl, iTimeWindow, fForceLogin, strCoBrandedArgs,
 iLangID, fSecure, strNameSpace, iKPP, bUseSecureAuth)
public string LogoTag (
    string strReturnUrl,
    int iTimeWindow,
    bool fForceLogin,
    string strCoBrandedArgs,
    int iLangID,
    bool fSecure,
    string strNameSpace,
    int iKPP,
    bool bUseSecureAuth
)
public:
String^ LogoTag (
    String^ strReturnUrl, 
    int iTimeWindow, 
    bool fForceLogin, 
    String^ strCoBrandedArgs, 
    int iLangID, 
    bool fSecure, 
    String^ strNameSpace, 
    int iKPP, 
    bool bUseSecureAuth
)
public String LogoTag (
    String strReturnUrl, 
    int iTimeWindow, 
    boolean fForceLogin, 
    String strCoBrandedArgs, 
    int iLangID, 
    boolean fSecure, 
    String strNameSpace, 
    int iKPP, 
    boolean bUseSecureAuth
)
public function LogoTag (
    strReturnUrl : String, 
    iTimeWindow : int, 
    fForceLogin : boolean, 
    strCoBrandedArgs : String, 
    iLangID : int, 
    fSecure : boolean, 
    strNameSpace : String, 
    iKPP : int, 
    bUseSecureAuth : boolean
) : String

パラメータ

strReturnUrl

メンバログオンした後に、Login サーバーメンバリダイレクトする場所の URL設定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

iTimeWindow

メンバ最後にログオンした間隔指定しますPassport既定値使用する場合、-1 を渡します

fForceLogin

iTimeWindow パラメータ使用方法確認しますPassport既定値使用する場合、-1 を渡します

strCoBrandedArgs

参加要素のコブランディング テンプレート スクリプト ページURL に、クエリ文字列変数として追加される変数指定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

iLangID

メンバ表示されるログオン ページ使用される言語指定しますPassport既定値使用する場合、-1 を渡します

fSecure

このメソッドHTTPS (SSL) ページから呼び出されているかどうか宣言しますPassport既定値使用する場合、-1 を渡します

strNameSpace

Passport作成先のドメイン指定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

iKPP

児童オンライン プライバシー保護法 (COPPA: Children's Online Privacy Protection Act) に準拠するデータ コレクション ポリシー指定しますPassport既定値使用する場合、-1 を渡します

bUseSecureAuth

実際ログオン UI が、Passport ドメイン権限から HTTPS提供するかどうか宣言しますPassport既定値使用する場合、-1 を渡します

戻り値
Passport リンクでイメージ タグ含んでいる HTML フラグメント

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間

PassportIdentity.LogoTag メソッド (String)

Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します

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

Public Function LogoTag ( _
    strReturnUrl As String _
) As String
Dim instance As PassportIdentity
Dim strReturnUrl As String
Dim returnValue As String

returnValue = instance.LogoTag(strReturnUrl)
public string LogoTag (
    string strReturnUrl
)
public:
String^ LogoTag (
    String^ strReturnUrl
)
public String LogoTag (
    String strReturnUrl
)
public function LogoTag (
    strReturnUrl : String
) : String

パラメータ

strReturnUrl

メンバログオンした後に、Login サーバーメンバリダイレクトする場所の URL設定しますPassport既定値使用する場合null 参照 (Visual Basic では Nothing) を渡します

戻り値
Passport リンクでイメージ タグ含んでいる HTML フラグメント

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間

PassportIdentity.LogoTag メソッド

Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します
オーバーロードの一覧オーバーロードの一覧

名前 説明
PassportIdentity.LogoTag () Passport リンクでイメージ タグ含んでいる HTML フラグメント返します
PassportIdentity.LogoTag (String) Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します
PassportIdentity.LogoTag (String, Int32, Boolean, String, Int32, Boolean, String, Int32, Boolean) Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します
PassportIdentity.LogoTag (String, Int32, Int32, String, Int32, Int32, String, Int32, Int32) Passport リンクで HTML <img> タグ含んでいる HTML フラグメント返します
参照参照

関連項目

PassportIdentity クラス
PassportIdentity メンバ
System.Web.Security 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からPassportIdentity.LogoTag メソッド ()を検索した結果を表示しています。
Weblioに収録されているすべての辞書からPassportIdentity.LogoTag メソッド ()を検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からPassportIdentity.LogoTag メソッド () を検索

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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS