SqlEnclaveAttestationParameters Class
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.
Encapsulates the information SqlClient sends to SQL Server to initiate the process of attesting and creating a secure session with the enclave, SQL Server uses for computations on columns protected using Always Encrypted.
public ref class SqlEnclaveAttestationParameters
public class SqlEnclaveAttestationParameters
type SqlEnclaveAttestationParameters = class
Public Class SqlEnclaveAttestationParameters
- Inheritance
-
SqlEnclaveAttestationParameters
Constructors
SqlEnclaveAttestationParameters(Int32, Byte[], ECDiffieHellmanCng) |
Initializes a new instance of the SqlEnclaveAttestationParameters class. |
Properties
ClientDiffieHellmanKey |
Gets a Diffie-Hellman algorithm that encapsulates a key pair that SqlClient uses to establish a secure session with the enclave. |
Protocol |
Gets the enclave attestation protocol identifier. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetInput() |
Gets the information used to initiate the process of attesting the enclave. The format and the content of this information is specific to the attestation protocol. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |