Share via


SqlEnclaveAttestationParameters.GetInput 方法

定义

获取用于启动 enclave 证明进程的信息。 此信息的格式和内容专门用于证明协议。

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

返回

Byte[]

SQL Server 执行由 EnclaveAttestationProtocols 标识的证明协议时所需的信息。

适用于