SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
SqlEnclaveAttestationParameters sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- protocol
- Int32
Kapanım kanıtlama protokolü.
- input
- Byte[]
Kapanım kanıtlama protokolünün girişi.
- clientDiffieHellmanKey
- ECDiffieHellmanCng
İstemci tarafı anahtar çifti kapsülleyen bir Diffie-Hellman algoritması.
Özel durumlar
clientDiffieHellmanKey, null değeridir.