UserPrincipal.Current 属性

定义

获取一个用户主体对象,该对象表示运行线程的当前用户。

public:
 static property System::DirectoryServices::AccountManagement::UserPrincipal ^ Current { System::DirectoryServices::AccountManagement::UserPrincipal ^ get(); };
public static System.DirectoryServices.AccountManagement.UserPrincipal Current { get; }
static member Current : System.DirectoryServices.AccountManagement.UserPrincipal
Public Shared ReadOnly Property Current As UserPrincipal

属性值

一个 UserPrincipal,表示当前用户。

例外

基础存储不支持此属性。

未能找到当前用户的用户主体对象。 主体对象可以包含一个访问控制列表以阻止未经授权的用户进行访问。

找到与当前用户匹配的多个用户主体对象。

适用于