SqlEnclaveAttestationParameters.GetInput 方法

定义

获取用于启动 enclave 证明进程的信息。Gets the information used to initiate the process of attesting the enclave. 此信息的格式和内容专门用于证明协议。The format and the content of this information is specific to the attestation protocol.

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

返回

Byte[]

SQL Server 执行由 EnclaveAttestationProtocols 标识的证明协议时所需的信息。The information required by SQL Server to execute attestation protocol identified by EnclaveAttestationProtocols.

适用于