SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Konstruktor

Definice

Inicializuje novou instanci SqlEnclaveAttestationParameters třídy .

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)

Parametry

protocol
Int32

Protokol ověření identity enklávy.

input
Byte[]

Vstup protokolu ověření identity enklávy.

clientDiffieHellmanKey
ECDiffieHellmanCng

Diffie-Hellman algoritmus, který zapouzdřuje pár klíčů na straně klienta.

Výjimky

clientDiffieHellmanKey je null.

Platí pro