共用方式為


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

提供目前使用者之身分識別資訊給 IIS 的物件。

例外狀況

屬性未實作。

適用於