SqlColumnEncryptionEnclaveProvider.InvalidateEnclaveSession(String, String, SqlEnclaveSession) 方法
定义
在派生类中重写后,如果提供程序实现会话缓存,将从 enclave 会话缓存中查找并逐出 enclave 会话。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)
参数
- serverName
- String
包含 enclave 的 SQL Server 实例的名称。The name of the SQL Server instance containing the enclave.
- enclaveAttestationUrl
- String
用于证明 enclave 的证明服务 SqlClient 联系人的终结点。The endpoint of an attestation service, SqlClient contacts to attest the enclave.
- enclaveSession
- SqlEnclaveSession
要令其失效的会话。The session to be invalidated.