GenericSecurityDescriptor.Owner 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与此 GenericSecurityDescriptor 关联的对象的所有者。
public:
abstract property System::Security::Principal::SecurityIdentifier ^ Owner { System::Security::Principal::SecurityIdentifier ^ get(); void set(System::Security::Principal::SecurityIdentifier ^ value); };
public abstract System.Security.Principal.SecurityIdentifier? Owner { get; set; }
public abstract System.Security.Principal.SecurityIdentifier Owner { get; set; }
member this.Owner : System.Security.Principal.SecurityIdentifier with get, set
Public MustOverride Property Owner As SecurityIdentifier
属性值
与此 GenericSecurityDescriptor 关联的对象的所有者。