SqlColumnEncryptionKeyStoreProvider.VerifyColumnMasterKeyMetadata 方法

定義

當實作於派生類別時,此方法預期能驗證指定的簽章是否適用於欄位主金鑰、指定金鑰路徑及指定 enclave 行為。 預設實作會拋出 NotImplementedException。

public:
 virtual bool VerifyColumnMasterKeyMetadata(System::String ^ masterKeyPath, bool allowEnclaveComputations, cli::array <System::Byte> ^ signature);
public virtual bool VerifyColumnMasterKeyMetadata(string masterKeyPath, bool allowEnclaveComputations, byte[] signature);
abstract member VerifyColumnMasterKeyMetadata : string * bool * byte[] -> bool
override this.VerifyColumnMasterKeyMetadata : string * bool * byte[] -> bool
Public Overridable Function VerifyColumnMasterKeyMetadata (masterKeyPath As String, allowEnclaveComputations As Boolean, signature As Byte()) As Boolean

參數

masterKeyPath
String

欄位主鍵路徑。

allowEnclaveComputations
Boolean

表示欄位主鍵是否支援接地運算。

signature
Byte[]

欄位主金鑰元資料的簽名。

傳回

當在導出類別中實作時,若指定簽章有效,則該方法預期回傳為真;若該簽章無效則回傳為假。 預設實作會拋出 NotImplementedException。

適用於