FormsAuthenticationUser コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > FormsAuthenticationUser コンストラクタの意味・解説 

FormsAuthenticationUser コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

渡されパラメータ使用して、FormsAuthenticationUser クラス新しインスタンス初期化します。

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

public FormsAuthenticationUser (
    string name,
    string password
)
public:
FormsAuthenticationUser (
    String^ name, 
    String^ password
)
public FormsAuthenticationUser (
    String name, 
    String password
)
public function FormsAuthenticationUser (
    name : String, 
    password : String
)

パラメータ

name

ユーザーの名前。

password

ユーザーパスワード

解説解説
使用例使用例

FormsAuthenticationUser オブジェクト作成する方法次のコード例示します

' Define the user name.
Dim name As String = "userName"
' Define the encrypted password.
  Dim password As String
 = _
  "5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8"

' Create a new FormsAuthenticationUser object.
  Dim newformsAuthenticationUser _
  As New FormsAuthenticationUser(name, password)

// Define the user name.
string name = "userName";
// Define the encrypted password.
string password = 
    "5BAA61E4C9B93F3F0682250B6CF8331B7EE68FD8";

// Create a new FormsAuthenticationUser object.
FormsAuthenticationUser newformsAuthenticationUser = 
    new FormsAuthenticationUser(name, password);

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



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

辞書ショートカット

すべての辞書の索引

「FormsAuthenticationUser コンストラクタ」の関連用語

FormsAuthenticationUser コンストラクタのお隣キーワード
検索ランキング

   

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



FormsAuthenticationUser コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS