SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Konstruktor

Definition

Initierar en ny instans av SqlEnclaveAttestationParameters klassen.

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)

Parametrar

protocol
Int32

Protokollet för attestering av enklaver.

input
Byte[]

Indata från protokollet för attestering av enklaver.

clientDiffieHellmanKey
ECDiffieHellmanCng

En Diffie-Hellman algoritm som kapslar in ett nyckelpar på klientsidan.

Undantag

clientDiffieHellmanKey är null.

Gäller för