WindowsIdentity.GetAnonymous メソッド
匿名の Windows ユーザーを表す WindowsIdentity オブジェクトを返します。
Public Shared Function GetAnonymous() As WindowsIdentity
[C#]
public static WindowsIdentity GetAnonymous();
[C++]
public: static WindowsIdentity* GetAnonymous();
[JScript]
public static function GetAnonymous() : WindowsIdentity;
戻り値
匿名の Windows ユーザーを表す WindowsIdentity オブジェクト。
必要条件
プラットフォーム: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
WindowsIdentity クラス | WindowsIdentity メンバ | System.Security.Principal 名前空間