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を返します。

注釈

このメソッドは、現在メモリ内にあるセキュリティ記述子情報を返します。 永続的ストレージに保存されている情報は取得されません。

適用対象