SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Constructor

Definition

Initializes a new instance of the SqlEnclaveAttestationParameters class.

public:
 SqlEnclaveAttestationParameters(int protocol, cli::array <System::Byte> ^ input, System::Security::Cryptography::ECDiffieHellmanCng ^ clientDiffieHellmanKey);
public SqlEnclaveAttestationParameters (int protocol, byte[] input, System.Security.Cryptography.ECDiffieHellmanCng clientDiffieHellmanKey);
new System.Data.SqlClient.SqlEnclaveAttestationParameters : int * byte[] * System.Security.Cryptography.ECDiffieHellmanCng -> System.Data.SqlClient.SqlEnclaveAttestationParameters
Public Sub New (protocol As Integer, input As Byte(), clientDiffieHellmanKey As ECDiffieHellmanCng)

Parameters

protocol
Int32

The enclave attestation protocol.

input
Byte[]

The input of the enclave attestation protocol.

clientDiffieHellmanKey
ECDiffieHellmanCng

A Diffie-Hellman algorithm that encapsulates a client-side key pair.

Exceptions

clientDiffieHellmanKey is null.

Applies to