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.
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)
Parameters
- protocol
- Int32
- input
- Byte[]
- clientDiffieHellmanKey
- ECDiffieHellmanCng