ObjectSecurity.GetSecurityDescriptorBinaryForm 方法

定义

返回表示此 ObjectSecurity 对象的安全描述符信息的字节值数组。

public:
 cli::array <System::Byte> ^ GetSecurityDescriptorBinaryForm();
public byte[] GetSecurityDescriptorBinaryForm ();
member this.GetSecurityDescriptorBinaryForm : unit -> byte[]
Public Function GetSecurityDescriptorBinaryForm () As Byte()

返回

Byte[]

表示此 ObjectSecurity 对象的安全描述符的字节值数组。 如果此 ObjectSecurity 对象中没有任何安全信息,此方法则返回 null

注解

此方法返回内存中当前的安全描述符信息。 它不会检索保存在永久存储中的信息。

适用于