AuthenticationModeとは? わかりやすく解説

AuthenticationMode 列挙体

メモ : この列挙体は、.NET Framework version 2.0新しく追加されたものです。

Visual Basic アプリケーションによる、My.User オブジェクトユーザー認証方法示します

名前空間: Microsoft.VisualBasic.ApplicationServices
アセンブリ: Microsoft.VisualBasic (microsoft.visualbasic.dll 内)
構文構文

Public Enumeration AuthenticationMode
Dim instance As AuthenticationMode
public enum AuthenticationMode
public enum class AuthenticationMode
public enum AuthenticationMode
public enum AuthenticationMode
メンバメンバ
解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照

AuthenticationMode 列挙体

Web アプリケーション使用する認証モード指定します

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

Public Enumeration AuthenticationMode
Dim instance As AuthenticationMode
public enum AuthenticationMode
public enum class AuthenticationMode
public enum AuthenticationMode
public enum AuthenticationMode
メンバメンバ
解説解説
使用例使用例

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;

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照



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

辞書ショートカット

すべての辞書の索引

「AuthenticationMode」の関連用語

AuthenticationModeのお隣キーワード
検索ランキング

   

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



AuthenticationModeのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS