HttpRequestBase.LogonUserIdentity 属性

定义

在派生类中重写时,获取当前用户的 WindowsIdentity 类型。

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

属性值

当前用户的标识。

例外

适用于