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 構文



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

辞書ショートカット

すべての辞書の索引

「AnonymousIdentificationEventArgs クラス」の関連用語

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

   

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



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

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

©2025 GRAS Group, Inc.RSS