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 标识的证明协议所需的信息。

适用于