SqlColumnEncryptionEnclaveProvider.InvalidateEnclaveSession Method
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.
When overridden in a derived class, looks up and evicts an enclave session from the enclave session cache, if the provider implements session caching.
public:
abstract void InvalidateEnclaveSession(System::String ^ serverName, System::String ^ enclaveAttestationUrl, System::Data::SqlClient::SqlEnclaveSession ^ enclaveSession);
public abstract void InvalidateEnclaveSession (string serverName, string enclaveAttestationUrl, System.Data.SqlClient.SqlEnclaveSession enclaveSession);
abstract member InvalidateEnclaveSession : string * string * System.Data.SqlClient.SqlEnclaveSession -> unit
Public MustOverride Sub InvalidateEnclaveSession (serverName As String, enclaveAttestationUrl As String, enclaveSession As SqlEnclaveSession)
Parameters
- serverName
- String
The name of the SQL Server instance containing the enclave.
- enclaveAttestationUrl
- String
The endpoint of an attestation service, SqlClient contacts to attest the enclave.
- enclaveSession
- SqlEnclaveSession
The session to be invalidated.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.