ObjectSecurity 构造函数 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ObjectSecurity 类的新实例。
重载
| ObjectSecurity() | 初始化 ObjectSecurity 类的新实例。 | 
| ObjectSecurity(CommonSecurityDescriptor) | 初始化 ObjectSecurity 类的新实例。 | 
| ObjectSecurity(Boolean, Boolean) | 初始化 ObjectSecurity 类的新实例。 | 
ObjectSecurity()
- Source:
- ObjectSecurity.cs
初始化 ObjectSecurity 类的新实例。
protected:
 ObjectSecurity();protected ObjectSecurity();Protected Sub New ()适用于
ObjectSecurity(CommonSecurityDescriptor)
- Source:
- ObjectSecurity.cs
初始化 ObjectSecurity 类的新实例。
protected:
 ObjectSecurity(System::Security::AccessControl::CommonSecurityDescriptor ^ securityDescriptor);protected ObjectSecurity(System.Security.AccessControl.CommonSecurityDescriptor securityDescriptor);new System.Security.AccessControl.ObjectSecurity : System.Security.AccessControl.CommonSecurityDescriptor -> System.Security.AccessControl.ObjectSecurityProtected Sub New (securityDescriptor As CommonSecurityDescriptor)参数
- securityDescriptor
- CommonSecurityDescriptor
适用于
ObjectSecurity(Boolean, Boolean)
- Source:
- ObjectSecurity.cs
初始化 ObjectSecurity 类的新实例。
protected:
 ObjectSecurity(bool isContainer, bool isDS);protected ObjectSecurity(bool isContainer, bool isDS);new System.Security.AccessControl.ObjectSecurity : bool * bool -> System.Security.AccessControl.ObjectSecurityProtected Sub New (isContainer As Boolean, isDS As Boolean)参数
- isContainer
- Boolean
如果新true 对象是容器对象,则为 ObjectSecurity 。
- isDS
- Boolean
如果新 ObjectSecurity 对象是容器对象,则为 True。