SqlEnclaveSession.GetSessionKey 方法

定义

获取对称密钥,SqlClient 使用该密钥对通过会话发送至 enclave 的所有信息进行加密。

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

返回

Byte[]

对称密钥。

适用于