次の方法で共有


AspNetWebSocketContext.LogonUserIdentity プロパティ

定義

現在のユーザーのセキュリティ トークンを取得します。

public:
 virtual property System::Security::Principal::WindowsIdentity ^ LogonUserIdentity { System::Security::Principal::WindowsIdentity ^ get(); };
public virtual System.Security.Principal.WindowsIdentity LogonUserIdentity { get; }
member this.LogonUserIdentity : System.Security.Principal.WindowsIdentity
Public Overridable ReadOnly Property LogonUserIdentity As WindowsIdentity

プロパティ値

WindowsIdentity

現在のユーザーに関する ID 情報を IIS に提供するオブジェクト。

例外

プロパティは実装されていません。

適用対象