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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.