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

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

AuthenticationSection.Mode プロパティ

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

認証モード取得または設定します

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

Public Property Mode As
 AuthenticationMode
Dim instance As AuthenticationSection
Dim value As AuthenticationMode

value = instance.Mode

instance.Mode = value
public AuthenticationMode Mode { get; set;
 }
public:
property AuthenticationMode Mode {
    AuthenticationMode get ();
    void set (AuthenticationMode value);
}
/** @property */
public AuthenticationMode get_Mode ()

/** @property */
public void set_Mode (AuthenticationMode value)
public function get Mode
 () : AuthenticationMode

public function set Mode
 (value : AuthenticationMode)

プロパティ
AuthenticationMode 値の 1 つ

使用例使用例

Mode プロパティ使用する方法次のコード例示します

' Get the current Mode property.
  Dim currentMode As AuthenticationMode = _
  authenticationSection.Mode

' Set the Mode property to Windows.
  authenticationSection.Mode = _
  AuthenticationMode.Windows

// Get the current Mode property.
AuthenticationMode currentMode = 
    authenticationSection.Mode;

// Set the Mode property to Windows.
authenticationSection.Mode = 
    AuthenticationMode.Windows;

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
AuthenticationSection クラス
AuthenticationSection メンバ
System.Web.Configuration 名前空間
AuthenticationMode 列挙
その他の技術情報
authentication 要素 (ASP.NET 設定スキーマ)


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

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

辞書ショートカット

すべての辞書の索引

「AuthenticationSection.Mode プロパティ」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS