共用方式為


BinaryKeyIdentifierClause.GetRawBuffer 方法

定義

取得表示金鑰識別碼的二進位資料。

protected:
 cli::array <System::Byte> ^ GetRawBuffer();
protected byte[] GetRawBuffer ();
member this.GetRawBuffer : unit -> byte[]
Protected Function GetRawBuffer () As Byte()

傳回

Byte[]

Byte 的陣列,其中包含表示金鑰識別碼的二進位資料。

備註

當傳入 GetRawBuffer 的值為 identificationData 時,cloneBuffer 方法所傳回的陣列會是建構函式之 true 參數的複製,否則就是相同的陣列。

GetBuffer 方法永遠都會傳回傳送至建構函式之 identificationData 參數的陣列複製。

適用於

另請參閱