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

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

AnonymousIdentificationEventArgs クラス

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

AnonymousIdentification_Creating イベントデータ提供します。このクラス継承できません。

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

Public NotInheritable Class
 AnonymousIdentificationEventArgs
    Inherits EventArgs
Dim instance As AnonymousIdentificationEventArgs
public sealed class AnonymousIdentificationEventArgs
 : EventArgs
public ref class AnonymousIdentificationEventArgs
 sealed : public EventArgs
public final class AnonymousIdentificationEventArgs
 extends EventArgs
public final class AnonymousIdentificationEventArgs
 extends EventArgs
解説解説

AnonymousIdentificationEventArgs クラスは Creating イベントイベント値を指定し現在の要求対すカスタムWindows ID指定できるようにするために使用されます。AnonymousIdentificationModule クラスCreating イベントには、ASP.NET アプリケーションの Global.asax ファイルに、AnonymousIdentification_Creating というサブルーチン指定することによってアクセスできます

AnonymousIdentificationModule は、現在の HttpContext を使用して AnonymousIdentificationEventArgs オブジェクト生成し、それを AnonymousIdentification_Creating イベント渡します

AnonymousIdentification_Creating イベント渡した AnonymousIdentificationEventArgs オブジェクトの AnonymousId プロパティ使用して匿名 IDカスタム値に設定できますAnonymousIdentification_Creating イベント時に AnonymousId プロパティに値を設定しなかった場合は、Guid使用されます。

AnonymousIdentification_Creating イベントは、匿名 IDEnabled場合にだけ発生します

使用例使用例

AnonymousIdentification_Creating イベント使用して匿名 IDカスタム値に設定するコード例次に示します

Public Sub AnonymousIdentification_Creating(sender
 As Object,  _
                                            args As AnonymousIdentificationEventArgs)
  args.AnonymousID = Samples.AspNet.Security.MyIdClass.GetAnonymousId()
  Samples.AspNet.Security.MyIdClass.LogAnonymousId(args.AnonymousId)
End Sub
public void AnonymousIdentification_Creating(object
 sender, 
                                             AnonymousIdentificationEventArgs args)
{
  args.AnonymousID = Samples.AspNet.Security.MyIdClass.GetAnonymousId();
  Samples.AspNet.Security.MyIdClass.LogAnonymousId(args.AnonymousID);
}
.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
   System.EventArgs
    System.Web.Security.AnonymousIdentificationEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
AnonymousIdentificationEventArgs メンバ
System.Web.Security 名前空間
その他の技術情報
anonymousIdentification 要素 (ASP.NET 設定スキーマ)
Global.asax 構文

AnonymousIdentificationEventArgs コンストラクタ

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

AnonymousIdentificationEventArgs クラス新しインスタンス初期化します。

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

Public Sub New ( _
    context As HttpContext _
)
Dim context As HttpContext

Dim instance As New AnonymousIdentificationEventArgs(context)
public AnonymousIdentificationEventArgs (
    HttpContext context
)
public:
AnonymousIdentificationEventArgs (
    HttpContext^ context
)
public AnonymousIdentificationEventArgs (
    HttpContext context
)
public function AnonymousIdentificationEventArgs
 (
    context : HttpContext
)

パラメータ

context

イベントコンテキスト

解説解説

AnonymousIdentificationModule は、現在の HttpContext を使用して AnonymousIdentificationEventArgs オブジェクト構築します。そして、AnonymousIdentificationEventArgs オブジェクトAnonymousIdentification_Creating イベント渡します

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

AnonymousIdentificationEventArgs プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ AnonymousID  
パブリック プロパティ Context 現在の HTTP 要求対する HttpContext オブジェクト取得します
参照参照

関連項目

AnonymousIdentificationEventArgs クラス
System.Web.Security 名前空間

その他の技術情報

anonymousIdentification 要素 (ASP.NET 設定スキーマ)
Global.asax 構文

AnonymousIdentificationEventArgs メソッド


AnonymousIdentificationEventArgs メンバ

AnonymousIdentification_Creating イベントデータ提供します。このクラス継承できません。

AnonymousIdentificationEventArgs データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド AnonymousIdentificationEventArgs AnonymousIdentificationEventArgs クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ AnonymousID  
パブリック プロパティ Context 現在の HTTP 要求対する HttpContext オブジェクト取得します
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

AnonymousIdentificationEventArgs クラス
System.Web.Security 名前空間

その他の技術情報

anonymousIdentification 要素 (ASP.NET 設定スキーマ)
Global.asax 構文



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

辞書ショートカット

すべての辞書の索引

「AnonymousIdentificationEventArgs」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS