ObjectSecurity.GetSecurityDescriptorBinaryForm 方法

定義

回傳一個代表此 ObjectSecurity 物件安全描述符資訊的位元組數陣列。

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

傳回

Byte[]

一個代表此 ObjectSecurity 物件安全描述符的位元組數陣列。 若此null物件中沒有安全資訊,此方法會回傳ObjectSecurity

備註

此方法會回傳目前記憶體中的安全描述符資訊。 它不會擷取儲存在永久儲存中的資訊。

適用於