SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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 Microsoft.Data.SqlClient.SqlEnclaveAttestationParameters : int * byte[] * System.Security.Cryptography.ECDiffieHellmanCng -> Microsoft.Data.SqlClient.SqlEnclaveAttestationParameters
Public Sub New (protocol As Integer, input As Byte(), clientDiffieHellmanKey As ECDiffieHellmanCng)
Parameter
- protocol
- Int32
- input
- Byte[]
- clientDiffieHellmanKey
- ECDiffieHellmanCng