CommonObjectSecurity(Boolean) 构造函数

定义

初始化 CommonObjectSecurity 类的新实例。

protected:
 CommonObjectSecurity(bool isContainer);
protected CommonObjectSecurity(bool isContainer);
new System.Security.AccessControl.CommonObjectSecurity : bool -> System.Security.AccessControl.CommonObjectSecurity
Protected Sub New (isContainer As Boolean)

参数

isContainer
Boolean

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

适用于