HttpRequestWrapper.LogonUserIdentity 属性

定义

获取当前用户的 WindowsIdentity 类型。

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

属性值

WindowsIdentity

当前用户的标识。

适用于