SqlEnclaveSession.GetSessionKey メソッド

定義

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

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

返品

Byte[]

対称キー。

適用対象