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 物件安全描述符的位元組數陣列。 若此null物件中沒有安全資訊,此方法會回傳ObjectSecurity。
備註
此方法會回傳目前記憶體中的安全描述符資訊。 它不會擷取儲存在永久儲存中的資訊。