SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.