ObjectSecurity.GetSecurityDescriptorBinaryForm 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回表示此 ObjectSecurity 对象的安全描述符信息的字节值数组。
public:
cli::array <System::Byte> ^ GetSecurityDescriptorBinaryForm();
public byte[] GetSecurityDescriptorBinaryForm ();
member this.GetSecurityDescriptorBinaryForm : unit -> byte[]
Public Function GetSecurityDescriptorBinaryForm () As Byte()
返回
Byte[]
表示此 ObjectSecurity 对象的安全描述符的字节值数组。 如果此 ObjectSecurity 对象中没有任何安全信息,此方法则返回 null
。
注解
此方法返回内存中当前的安全描述符信息。 它不会检索保存在永久存储中的信息。