WindowsIdentity.GetAnonymous メソッドとは? わかりやすく解説

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

WindowsIdentity.GetAnonymous メソッド

匿名ユーザーを表す WindowsIdentity オブジェクト返します

名前空間: System.Security.Principal
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Shared Function GetAnonymous
 As WindowsIdentity
Dim returnValue As WindowsIdentity

returnValue = WindowsIdentity.GetAnonymous
public static WindowsIdentity GetAnonymous
 ()
public:
static WindowsIdentity^ GetAnonymous ()
public static WindowsIdentity GetAnonymous
 ()
public static function GetAnonymous
 () : WindowsIdentity

戻り値
匿名ユーザーを表す WindowsIdentity オブジェクト

解説解説
メモメモ

このプロパティは、匿名Windows ユーザー対応しない空の WindowsIdentity オブジェクト返します返されWindowsIdentity オブジェクトは、偽装などの便利な動作使用できません。

使用例使用例

GetAnonymous メソッド使用し匿名Windows ユーザーを表す WindowsIdentity オブジェクト返すコード例次に示します。このコード例は、WindowsIdentity クラストピック取り上げているコード例一部分です。

Dim windowsIdentity As WindowsIdentity
windowsIdentity = windowsIdentity.GetAnonymous()
WindowsIdentity windowsIdentity = WindowsIdentity.GetAnonymous();
WindowsIdentity^ windowsIdentity = WindowsIdentity::GetAnonymous();

WindowsIdentity windowsIdentity = WindowsIdentity.GetAnonymous();
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WindowsIdentity クラス
WindowsIdentity メンバ
System.Security.Principal 名前空間


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

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

辞書ショートカット

すべての辞書の索引

「WindowsIdentity.GetAnonymous メソッド」の関連用語

WindowsIdentity.GetAnonymous メソッドのお隣キーワード
検索ランキング

   

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



WindowsIdentity.GetAnonymous メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS