WindowsIdentity クラス
Windows ユーザーを表します。
この型のすべてのメンバの一覧については、WindowsIdentity メンバ を参照してください。
System.Object
System.Security.Principal.WindowsIdentity
<Serializable>
Public Class WindowsIdentity Implements IIdentity, ISerializable, IDeserializationCallback
[C#]
[Serializable]
public class WindowsIdentity : IIdentity, ISerializable, IDeserializationCallback
[C++]
[Serializable]
public __gc class WindowsIdentity : public IIdentity, ISerializable, IDeserializationCallback
[JScript]
public
Serializable
class WindowsIdentity implements IIdentity, ISerializable, IDeserializationCallback
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
GetCurrent メソッドを呼び出して、現在のユーザーを表す WindowsIdentity オブジェクトを作成します。
必要条件
名前空間: System.Security.Principal
プラットフォーム: Windows NT Server 4.0, Windows NT Workstation 4.0, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: Mscorlib (Mscorlib.dll 内)