次の方法で共有


ServiceSecurityContext.WindowsIdentity プロパティ

定義

現在の設定の 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

プロパティ値

WindowsIdentity

Windows ドメイン ユーザーを表す WindowsIdentity

PrincipalPermissionAttribute

IPrincipal

注釈

リモート パーティを Windows アカウントに関連付けることができない場合は、IsAnonymous プロパティに true が設定されます。

適用対象