ServiceSecurityContext.WindowsIdentity プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の設定の Windows ID を取得します。
public:
property System::Security::Principal::WindowsIdentity ^ WindowsIdentity { System::Security::Principal::WindowsIdentity ^ get(); };
public System.Security.Principal.WindowsIdentity WindowsIdentity { get; }
member this.WindowsIdentity : System.Security.Principal.WindowsIdentity
Public ReadOnly Property WindowsIdentity As WindowsIdentity
プロパティ値
Windows ドメイン ユーザーを表す WindowsIdentity。
例
注釈
リモート パーティを Windows アカウントに関連付けることができない場合は、IsAnonymous プロパティに true
が設定されます。