ObjectSecurity 构造函数

定义

初始化 ObjectSecurity 类的新实例。

重载

ObjectSecurity()

初始化 ObjectSecurity 类的新实例。

ObjectSecurity(CommonSecurityDescriptor)

初始化 ObjectSecurity 类的新实例。

ObjectSecurity(Boolean, Boolean)

初始化 ObjectSecurity 类的新实例。

ObjectSecurity()

初始化 ObjectSecurity 类的新实例。

protected:
 ObjectSecurity();
protected ObjectSecurity ();
Protected Sub New ()

适用于

ObjectSecurity(CommonSecurityDescriptor)

初始化 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.ObjectSecurity
Protected Sub New (securityDescriptor As CommonSecurityDescriptor)

参数

适用于

ObjectSecurity(Boolean, Boolean)

初始化 ObjectSecurity 类的新实例。

protected:
 ObjectSecurity(bool isContainer, bool isDS);
protected ObjectSecurity (bool isContainer, bool isDS);
new System.Security.AccessControl.ObjectSecurity : bool * bool -> System.Security.AccessControl.ObjectSecurity
Protected Sub New (isContainer As Boolean, isDS As Boolean)

参数

isContainer
Boolean

如果新true 对象是容器对象,则为 ObjectSecurity

isDS
Boolean

如果新 ObjectSecurity 对象是容器对象,则为 True。

适用于