SqlEnclaveSession.GetSessionKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取对称密钥,SqlClient 使用该密钥对通过会话发送至 enclave 的所有信息进行加密。
public:
cli::array <System::Byte> ^ GetSessionKey();
public byte[] GetSessionKey ();
member this.GetSessionKey : unit -> byte[]
Public Function GetSessionKey () As Byte()
返回
Byte[]
对称密钥。