SqlColumnEncryptionCertificateStoreProvider.SignColumnMasterKeyMetadata 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 masterKeyPath
參數參考的資料行主要金鑰數位簽章資料行主要金鑰中繼資料。
public:
override cli::array <System::Byte> ^ SignColumnMasterKeyMetadata(System::String ^ masterKeyPath, bool allowEnclaveComputations);
public override byte[] SignColumnMasterKeyMetadata (string masterKeyPath, bool allowEnclaveComputations);
override this.SignColumnMasterKeyMetadata : string * bool -> byte[]
Public Overrides Function SignColumnMasterKeyMetadata (masterKeyPath As String, allowEnclaveComputations As Boolean) As Byte()
參數
- masterKeyPath
- String
資料行主要金鑰路徑。
- allowEnclaveComputations
- Boolean
若要表示資料行主要金鑰支援 enclave 計算,則為 true
;否則為 false
。
傳回
Byte[]
資料行主要金鑰中繼資料的簽章。