GenericSecurityDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示安全性说明符。 安全性说明符包含所有者、主要组、自由访问控制列表 (DACL) 和系统访问控制列表 (SACL)。
public ref class GenericSecurityDescriptor abstract
public abstract class GenericSecurityDescriptor
type GenericSecurityDescriptor = class
Public MustInherit Class GenericSecurityDescriptor
- 继承
-
GenericSecurityDescriptor
- 派生
构造函数
GenericSecurityDescriptor() |
初始化 GenericSecurityDescriptor 类的新实例。 |
属性
BinaryLength |
获取当前 GenericSecurityDescriptor 对象的二进制表示形式的长度(以字节为单位)。 在使用 GetBinaryForm(Byte[], Int32) 方法将 ACL 封送到二进制数组之前,应使用此长度。 |
ControlFlags |
获取指定 GenericSecurityDescriptor 对象的行为的值。 |
Group |
获取或设置此 GenericSecurityDescriptor 对象的主要组。 |
Owner |
获取或设置与此 GenericSecurityDescriptor 关联的对象的所有者。 |
Revision |
获取 GenericSecurityDescriptor 对象的修订级别。 |
方法
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetBinaryForm(Byte[], Int32) |
返回表示此 GenericSecurityDescriptor 对象中包含的信息的字节值数组。 |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetSddlForm(AccessControlSections) |
返回此 GenericSecurityDescriptor 对象所表示的安全描述符的指定部分的安全描述符定义语言 (SDDL) 表示形式。 |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
IsSddlConversionSupported() |
返回一个布尔值,该值指定是否可将与此 GenericSecurityDescriptor 对象关联的安全描述符转换为安全描述符定义语言 (SDDL) 格式。 |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |