SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Konstruktor
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Inicjuje nowe wystąpienie klasy SqlEnclaveAttestationParameters.
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
Protokół zaświadczania enklawy.
- input
- Byte[]
Dane wejściowe protokołu zaświadczania enklawy.
- clientDiffieHellmanKey
- ECDiffieHellmanCng
Algorytm Diffie-Hellman, który hermetyzuje parę kluczy po stronie klienta.
Wyjątki
clientDiffieHellmanKey to null.