AccessControlEntry.Trustee 属性
定义
获取或设置向其分配访问权限的用户、组、域或别名。Gets or sets the user, group, domain, or alias to which you are assigning access rights.
public:
property System::Messaging::Trustee ^ Trustee { System::Messaging::Trustee ^ get(); void set(System::Messaging::Trustee ^ value); };
public System.Messaging.Trustee Trustee { get; set; }
member this.Trustee : System.Messaging.Trustee with get, set
Public Property Trustee As Trustee
属性值
一个 Trustee,它指定 AccessControlEntry 应用于的用户帐户、组帐户或登录会话。A Trustee that specifies a user account, group account, or logon session to which a AccessControlEntry applies.
例外
注解
用户和程序,如 Win32 服务,都使用用户帐户登录到本地计算机。Both users and programs, such as Win32 services, use user accounts to log on to the local computer. 组帐户不能用于登录到计算机,但在实例中有助于 AccessControlEntry 允许或拒绝对一个或多个用户帐户的一组访问权限。Group accounts cannot be used to log on to a computer, but are useful in AccessControlEntry instances to allow or deny a set of access rights to one or more user accounts.