Share via


SqlEnclaveSession.GetSessionKey メソッド

定義

SqlClient がセッションを使用してエンクレーブに送信するすべての情報を暗号化するために使用する対称キーを取得します。

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

戻り値

Byte[]

対称キー。

適用対象